We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 306d29a + 4c980f1 commit e643a3cCopy full SHA for e643a3c
clang/test/LibClang/symbols.test
@@ -1,6 +1,6 @@
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'
3
4
-# Check that here are no local clang_ symbols (ignoring symbols with .cold or
+# Check that there are no local clang_ symbols (ignoring symbols with .cold or
5
# .localalias suffxies.)
6
-RUN: llvm-nm %libclang | not grep '[a-z] clang_[^.]\+$'
+RUN: llvm-nm %libclang | not grep '[a-z] clang_[^.$]\+$'
0 commit comments