[compiler-rt] 8a53c01 - [XRay][test] Mark fdr-mode.cpp test as unsupported for RISC-V
Alex Bradbury via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 14 06:30:18 PST 2025
Author: Alex Bradbury
Date: 2025-12-14T14:26:48Z
New Revision: 8a53c01b67969de63be8082e08eb91e294de20ac
URL: https://github.com/llvm/llvm-project/commit/8a53c01b67969de63be8082e08eb91e294de20ac
DIFF: https://github.com/llvm/llvm-project/commit/8a53c01b67969de63be8082e08eb91e294de20ac.diff
LOG: [XRay][test] Mark fdr-mode.cpp test as unsupported for RISC-V
Commit c6f501d479e8 fixed an issue where some tests were incorrectly
marked as unsupported for a bootstrapping build. This exposed in our
'slow' full-bootstrap qemu-system CI that the fdr-mode.cpp fails on
RISC-V. We mark it as unsupported. I believe _xray_ArgLoggerEntry needs
to be implemented in xray_trampoline_risc*.S for this to work.
Added:
Modified:
compiler-rt/test/xray/TestCases/Posix/fdr-mode.cpp
Removed:
################################################################################
diff --git a/compiler-rt/test/xray/TestCases/Posix/fdr-mode.cpp b/compiler-rt/test/xray/TestCases/Posix/fdr-mode.cpp
index 4d4eb14135e1e..08152d3179b17 100644
--- a/compiler-rt/test/xray/TestCases/Posix/fdr-mode.cpp
+++ b/compiler-rt/test/xray/TestCases/Posix/fdr-mode.cpp
@@ -22,6 +22,8 @@
// RUN: rm fdr-unwrite-test-*
// UNSUPPORTED: target=powerpc64le-{{.*}}
/// TODO: FDR logging arg1 handler(__xray_ArgLoggerEntry) hasn't implemented yet on LoongArch
+// UNSUPPORTED: target=riscv{{.*}}
+/// TODO: FDR logging arg1 handler(__xray_ArgLoggerEntry) isn't implemented yet for RISC-V
// UNSUPPORTED: target=loongarch64{{.*}}
// UNSUPPORTED: armhf-linux
// REQUIRES: built-in-llvm-tree
More information about the llvm-commits
mailing list