[compiler-rt] 4da5e9d - [ASan] Fix shadowed-stack-serialization test on targets with different stack layout
via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 4 02:41:06 PDT 2025
Author: gbMattN
Date: 2025-04-04T10:41:00+01:00
New Revision: 4da5e9dd320e9d48be0fa05ba1a8faf50fb53834
URL: https://github.com/llvm/llvm-project/commit/4da5e9dd320e9d48be0fa05ba1a8faf50fb53834
DIFF: https://github.com/llvm/llvm-project/commit/4da5e9dd320e9d48be0fa05ba1a8faf50fb53834.diff
LOG: [ASan] Fix shadowed-stack-serialization test on targets with different stack layout
Added:
Modified:
compiler-rt/test/asan/TestCases/shadowed-stack-serialization.cpp
Removed:
################################################################################
diff --git a/compiler-rt/test/asan/TestCases/shadowed-stack-serialization.cpp b/compiler-rt/test/asan/TestCases/shadowed-stack-serialization.cpp
index f2706c671c261..4018c097aed5a 100644
--- a/compiler-rt/test/asan/TestCases/shadowed-stack-serialization.cpp
+++ b/compiler-rt/test/asan/TestCases/shadowed-stack-serialization.cpp
@@ -6,7 +6,7 @@ int main() {
{
int x;
delete &x;
+ // CHECK: {{.*}}) 'x' (line [[@LINE-2]])
}
}
-// CHECK: [32, 36) 'x'
More information about the llvm-commits
mailing list