Skip to content

Commit 6b95747

Browse files
committed
[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.
1 parent 70cf2a0 commit 6b95747

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lld/test/MachO/objc-relative-method-lists-simple.s

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# REQUIRES: aarch64
2+
# UNSUPPORTED: target=arm{{.*}}-unknown-linux-gnueabihf
23
# RUN: rm -rf %t; split-file %s %t && cd %t
34

45
## Compile a64_rel_dylib.o

0 commit comments

Comments
 (0)