brintos

brintos / llvm-project-archived public Read only

0
0
Text · 322 B · e12b4c9 Raw
7 lines · plain
1# Check that there are no unversioned clang symbols in libclang.so2RUN: llvm-nm -Dj --defined-only %libclang | grep -v -e '@@LLVM_[0-9]\+$' | not grep '^clang'3 4# Check that there are no local clang_ symbols (ignoring symbols with .cold or5# .localalias suffxies.)6RUN: llvm-nm %libclang | not grep '[a-z] clang_[^.$]\+$'7