Skip to content

Commit

Permalink
[lld-macho] Disable objc test on 32-bit ARM targets
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
luporl committed Mar 28, 2024
1 parent 70cf2a0 commit 6b95747
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lld/test/MachO/objc-relative-method-lists-simple.s
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6b95747

Please sign in to comment.