[compiler-rt] [compiler-rt] Fix-forward "[compiler-rt] Fix frame numbering for unparsable frames. #148278" (PR #154397)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 19 10:50:41 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Thurston Dang (thurstond)
<details>
<summary>Changes</summary>
Reason: buildbot failure (https://lab.llvm.org/buildbot/#/builders/51/builds/21874/steps/9/logs/stdio)
Fix by restricting test to x86-64
---
Full diff: https://github.com/llvm/llvm-project/pull/154397.diff
1 Files Affected:
- (modified) compiler-rt/test/asan/TestCases/Posix/asan_symbolize_script/anon_wrong_frame_number.cpp (+1)
``````````diff
diff --git a/compiler-rt/test/asan/TestCases/Posix/asan_symbolize_script/anon_wrong_frame_number.cpp b/compiler-rt/test/asan/TestCases/Posix/asan_symbolize_script/anon_wrong_frame_number.cpp
index 157fe11d2224e..aa931f61e2211 100644
--- a/compiler-rt/test/asan/TestCases/Posix/asan_symbolize_script/anon_wrong_frame_number.cpp
+++ b/compiler-rt/test/asan/TestCases/Posix/asan_symbolize_script/anon_wrong_frame_number.cpp
@@ -5,6 +5,7 @@
// UNSUPPORTED: aarch64
// UNSUPPORTED: darwin
// UNSUPPORTED: ios
+// REQUIRES: x86-64-registered-target
// RUN: %clangxx_asan -O0 -g %s -o %t
// RUN: %env_asan_opts=symbolize=0 not %run %t DUMMY_ARG > %t.asan_report 2>&1
``````````
</details>
https://github.com/llvm/llvm-project/pull/154397
More information about the llvm-commits
mailing list