Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git] / clang / test / LibClang / symbols.test
blobfd2ff8bc6cd423319d52aa7e22111b64b9eb2d52
1 # Check that there are no unversioned clang symbols in libclang.so
2 RUN: llvm-nm -Dj --defined-only %libclang | grep -v -e '@@LLVM_[0-9]\+$' | not grep '^clang'
4 # Check that here are no local clang_ symbols (ignoring symbols with .cold or
5 # .localalias suffxies.)
6 RUN: llvm-nm %libclang | not grep '[a-z] clang_[^.]\+$'