summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeandro Lupori <leandro.lupori@linaro.org>2024-03-28 20:22:13 +0000
committerLeandro Lupori <leandro.lupori@linaro.org>2024-03-28 20:35:25 +0000
commit6b95747087032e8f86af64325780d8471e6fce58 (patch)
tree5f0301ea4a41fed2fedc80c133d745ba938d9c82
parent70cf2a09ce7a848a61a48bd7e9ef85d623805888 (diff)
[lld-macho] Disable objc test on 32-bit ARM targets
lld/test/MachO/objc-relative-method-lists-simple.s fails on AArch64 hosts running 32-bit ARM binaries, such as armv8l-unknown-linux-gnueabihf. Disable the test on the failing targets for now, to keep the buildbots passing.
-rw-r--r--lld/test/MachO/objc-relative-method-lists-simple.s1
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/test/MachO/objc-relative-method-lists-simple.s b/lld/test/MachO/objc-relative-method-lists-simple.s
index 5a77085c7d93..9f54b5ad828a 100644
--- a/lld/test/MachO/objc-relative-method-lists-simple.s
+++ b/lld/test/MachO/objc-relative-method-lists-simple.s
@@ -1,4 +1,5 @@
# REQUIRES: aarch64
+# UNSUPPORTED: target=arm{{.*}}-unknown-linux-gnueabihf
# RUN: rm -rf %t; split-file %s %t && cd %t
## Compile a64_rel_dylib.o