Skip to content

Commit e643a3c

Browse files
openeuler-ci-botgitee-org
authored andcommitted
!142 Fix a test failure with mold linker
From: @ychuawei Reviewed-by: @cf-zhao Signed-off-by: @cf-zhao
2 parents 306d29a + 4c980f1 commit e643a3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/test/LibClang/symbols.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Check that there are no unversioned clang symbols in libclang.so
22
RUN: llvm-nm -Dj --defined-only %libclang | grep -v -e '@@LLVM_[0-9]\+$' | not grep '^clang'
33

4-
# Check that here are no local clang_ symbols (ignoring symbols with .cold or
4+
# Check that there are no local clang_ symbols (ignoring symbols with .cold or
55
# .localalias suffxies.)
6-
RUN: llvm-nm %libclang | not grep '[a-z] clang_[^.]\+$'
6+
RUN: llvm-nm %libclang | not grep '[a-z] clang_[^.$]\+$'

0 commit comments

Comments
 (0)