Skip to content

Commit c12bcfe

Browse files
author
Raghuveer Devulapalli
committed
Add CI to check exported symbols
1 parent 531d683 commit c12bcfe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/c-cpp.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,5 +161,10 @@ jobs:
161161
cd builddir
162162
ninja
163163
164+
- name: List exported symbols
165+
run: |
166+
nm --demangle --dynamic --defined-only --extern-only builddir/libx86simdsort.so > temp
167+
diff temp lib/list-of-exported-symbols.txt
168+
164169
- name: Run test suite on SPR
165170
run: sde -spr -- ./builddir/testexe

0 commit comments

Comments
 (0)