[compiler-rt] f3501d7 - [XRay] Mark default-options.cpp unsupported on ppc

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 1 20:56:28 PST 2025


Author: Aiden Grossman
Date: 2025-12-02T04:55:39Z
New Revision: f3501d70d8e4ae8640ad01663fc27d64af31d4aa

URL: https://github.com/llvm/llvm-project/commit/f3501d70d8e4ae8640ad01663fc27d64af31d4aa
DIFF: https://github.com/llvm/llvm-project/commit/f3501d70d8e4ae8640ad01663fc27d64af31d4aa.diff

LOG: [XRay] Mark default-options.cpp unsupported on ppc

This test fails now that it actually runs:

ld.lld: error: undefined symbol: std::__throw_system_error(int)

Added: 
    

Modified: 
    compiler-rt/test/xray/TestCases/Posix/default-options.cpp

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/xray/TestCases/Posix/default-options.cpp b/compiler-rt/test/xray/TestCases/Posix/default-options.cpp
index e00ff3ba0a5cb..73cb4ddd9ea45 100644
--- a/compiler-rt/test/xray/TestCases/Posix/default-options.cpp
+++ b/compiler-rt/test/xray/TestCases/Posix/default-options.cpp
@@ -4,6 +4,8 @@
 
 // REQUIRES: built-in-llvm-tree
 
+// UNSUPPORTED: ppc
+
 extern "C" __attribute__((xray_never_instrument)) const char *
 __xray_default_options() {
   return "patch_premain=true:verbosity=1:xray_mode=xray-basic";


        


More information about the llvm-commits mailing list