[compiler-rt] [asan][windows] fix issue64990 test (PR #85137)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 13 14:47:05 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Charlie Barto (barcharcraz)
<details>
<summary>Changes</summary>
This was broken by https://github.com/llvm/llvm-project/pull/84971
---
Full diff: https://github.com/llvm/llvm-project/pull/85137.diff
1 Files Affected:
- (modified) compiler-rt/test/asan/TestCases/Windows/issue64990.cpp (+2-2)
``````````diff
diff --git a/compiler-rt/test/asan/TestCases/Windows/issue64990.cpp b/compiler-rt/test/asan/TestCases/Windows/issue64990.cpp
index aab66502bd16fc..b1b6e42148cb68 100644
--- a/compiler-rt/test/asan/TestCases/Windows/issue64990.cpp
+++ b/compiler-rt/test/asan/TestCases/Windows/issue64990.cpp
@@ -16,5 +16,5 @@ int main(int argc, char **argv) {
}
return 0;
}
-
-// CHECK: SUMMARY: AddressSanitizer: global-buffer-overflow {{.*}} in __asan_memcpy
+// CHECK: #0 {{.*}} in __asan_memcpy
+// CHECK: SUMMARY: AddressSanitizer: global-buffer-overflow {{.*}} in main
``````````
</details>
https://github.com/llvm/llvm-project/pull/85137
More information about the llvm-commits
mailing list