bolt/deps/llvm-18.1.8/clang/test/LibClang/symbols.test
2025-02-14 19:21:04 +01:00

6 lines
320 B
Text

# Check that there are no unversioned clang symbols in libclang.so
RUN: llvm-nm -Dj --defined-only %libclang | grep -v -e '@@LLVM_[0-9]\+$' | not grep '^clang'
# Check that here are no local clang_ symbols (ignoring symbols with .cold or
# .localalias suffxies.)
RUN: llvm-nm %libclang | not grep '[a-z] clang_[^.]\+$'