[lld] 4aaf878 - [lld-macho][nfc] Add REQUIRES: x86 to test

Jez Ng via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 5 00:41:04 PDT 2021


Author: Jez Ng
Date: 2021-07-05T03:40:54-04:00
New Revision: 4aaf87875039ee27ba7bec9f534241a9a3b1c213

URL: https://github.com/llvm/llvm-project/commit/4aaf87875039ee27ba7bec9f534241a9a3b1c213
DIFF: https://github.com/llvm/llvm-project/commit/4aaf87875039ee27ba7bec9f534241a9a3b1c213.diff

LOG: [lld-macho][nfc] Add REQUIRES: x86 to test

I didn't realize that llvm-objdump's features were arch-specific.

This should fix the non-x86 buildbots.

Added: 
    

Modified: 
    lld/test/MachO/unsorted-relocations.yaml

Removed: 
    


################################################################################
diff  --git a/lld/test/MachO/unsorted-relocations.yaml b/lld/test/MachO/unsorted-relocations.yaml
index c33b779050a7..11dbc3c3bdc0 100644
--- a/lld/test/MachO/unsorted-relocations.yaml
+++ b/lld/test/MachO/unsorted-relocations.yaml
@@ -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


        


More information about the llvm-commits mailing list