[compiler-rt] 4e9dbb5 - [compiler-rt] Fix-forward "[compiler-rt] Fix frame numbering for unparsable frames. #148278" (#154397)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 19 10:50:14 PDT 2025
Author: Thurston Dang
Date: 2025-08-19T10:50:11-07:00
New Revision: 4e9dbb519b4757c543a862f2d436e74062e6614c
URL: https://github.com/llvm/llvm-project/commit/4e9dbb519b4757c543a862f2d436e74062e6614c
DIFF: https://github.com/llvm/llvm-project/commit/4e9dbb519b4757c543a862f2d436e74062e6614c.diff
LOG: [compiler-rt] Fix-forward "[compiler-rt] Fix frame numbering for unparsable frames. #148278" (#154397)
Reason: buildbot failure
(https://lab.llvm.org/buildbot/#/builders/51/builds/21874/steps/9/logs/stdio)
Fix by restricting test to x86-64
Added:
Modified:
compiler-rt/test/asan/TestCases/Posix/asan_symbolize_script/anon_wrong_frame_number.cpp
Removed:
################################################################################
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
More information about the llvm-commits
mailing list