[compiler-rt] d6f9205 - [XRay] Mark test unsupported on armhf
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 2 06:38:57 PST 2025
Author: Aiden Grossman
Date: 2025-12-02T14:38:01Z
New Revision: d6f92050c0c2f60e78f3c8bcf557c5e69b025d7a
URL: https://github.com/llvm/llvm-project/commit/d6f92050c0c2f60e78f3c8bcf557c5e69b025d7a
DIFF: https://github.com/llvm/llvm-project/commit/d6f92050c0c2f60e78f3c8bcf557c5e69b025d7a.diff
LOG: [XRay] Mark test unsupported on armhf
Tbis addresses a buildbot failure now that these tests actually run more
broadly.
error: ALWAYSINSTR: expected string not found in input
// ALWAYSINSTR: {{.*function-name:.*main.*}}
^
<stdin>:1:1: note: scanning from here
Added:
Modified:
compiler-rt/test/xray/TestCases/Posix/always-never-instrument.cpp
Removed:
################################################################################
diff --git a/compiler-rt/test/xray/TestCases/Posix/always-never-instrument.cpp b/compiler-rt/test/xray/TestCases/Posix/always-never-instrument.cpp
index e5fefc07c1cc8..85a3d232ed1b4 100644
--- a/compiler-rt/test/xray/TestCases/Posix/always-never-instrument.cpp
+++ b/compiler-rt/test/xray/TestCases/Posix/always-never-instrument.cpp
@@ -12,6 +12,8 @@
// REQUIRES: built-in-llvm-tree
+// UNSUPPORTED: armhf-linux
+
// NOINSTR-NOT: {{.*__xray_NeverInstrumented.*}}
int __xray_NeverInstrumented() {
return 0;
More information about the llvm-commits
mailing list