[compiler-rt] [compiler-rt] Implement address sanitizer on AIX (3/3) (PR #130028)
Hubert Tong via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 20 15:10:36 PDT 2025
================
@@ -38,11 +38,11 @@ int main(int argc, char *argv[]) {
inc2(array, -1); // BOOM
// CHECK: ERROR: AddressSanitizer: heap-buffer-overflow
// CHECK: READ of size 4 at 0x{{.*}}
- // CHECK: #0 {{.*}} in inc2 {{.*}}asan-symbolize-sanity-test.cpp:[[@LINE+21]]
- // CHECK: #1 {{.*}} in main {{.*}}asan-symbolize-sanity-test.cpp:[[@LINE-4]]
+ // CHECK: #0 {{.*}} in {{inc2|.inc2}} {{.*}}asan-symbolize-sanity-test.cpp:[[@LINE+21]]
----------------
hubert-reinterpretcast wrote:
Can we redo all of these cases using `{{\.?}}`?
Regardless, this is missing a `\` before the `.`.
https://github.com/llvm/llvm-project/pull/130028
More information about the llvm-commits
mailing list