[compiler-rt] 096f547 - [asan][test] Fix Linux/odr-violation.cpp after symbolizer change D95927
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 10 14:27:20 PST 2021
Author: Fangrui Song
Date: 2021-02-10T14:27:12-08:00
New Revision: 096f547208995cc30947abdb8033cc8d86522496
URL: https://github.com/llvm/llvm-project/commit/096f547208995cc30947abdb8033cc8d86522496
DIFF: https://github.com/llvm/llvm-project/commit/096f547208995cc30947abdb8033cc8d86522496.diff
LOG: [asan][test] Fix Linux/odr-violation.cpp after symbolizer change D95927
Added:
Modified:
compiler-rt/test/asan/TestCases/Linux/odr-violation.cpp
Removed:
################################################################################
diff --git a/compiler-rt/test/asan/TestCases/Linux/odr-violation.cpp b/compiler-rt/test/asan/TestCases/Linux/odr-violation.cpp
index 4861220b11bb..047984fa9f6c 100644
--- a/compiler-rt/test/asan/TestCases/Linux/odr-violation.cpp
+++ b/compiler-rt/test/asan/TestCases/Linux/odr-violation.cpp
@@ -62,6 +62,6 @@ int main(int argc, char **argv) {
// CHECK: These globals were registered at these points:
// CHECK: ODR-EXE
-// CHECK: odr-violation.cpp.dynamic
+// CHECK: odr-violation.cpp{{$}}
// CHECK: SUMMARY: AddressSanitizer: odr-violation: global 'foo::G' at {{.*}}odr-violation.cpp
// DISABLED: PASS
More information about the llvm-commits
mailing list