Skip to content

Commit f3501d7

Browse files
[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)
1 parent ff3d550 commit f3501d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
// REQUIRES: built-in-llvm-tree
66

7+
// UNSUPPORTED: ppc
8+
79
extern "C" __attribute__((xray_never_instrument)) const char *
810
__xray_default_options() {
911
return "patch_premain=true:verbosity=1:xray_mode=xray-basic";

0 commit comments

Comments
 (0)