Skip to content

Commit

Permalink
[lld-macho][nfc] Add REQUIRES: x86 to test
Browse files Browse the repository at this point in the history
I didn't realize that llvm-objdump's features were arch-specific.

This should fix the non-x86 buildbots.
  • Loading branch information
int3 committed Jul 5, 2021
1 parent 380fa71 commit 4aaf878
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lld/test/MachO/unsorted-relocations.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# REQUIRES: x86

## This tests that we can handle relocations that are not sorted by address.
## llvm-mc isn't able to emit such a file, hence the use of yaml2obj. ld64
## may emit files with unsorted relocations in `-r` mode, so we need to support
Expand Down

0 comments on commit 4aaf878

Please sign in to comment.