[llvm] efe9fd0 - Disable test on big endian machines. Yaml2obj has problems there.

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 22 12:48:30 PST 2022


Author: Adrian Prantl
Date: 2022-02-22T12:48:19-08:00
New Revision: efe9fd08e04d66d6f110304688932504119cddbf

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

LOG: Disable test on big endian machines. Yaml2obj has problems there.

Added: 
    

Modified: 
    llvm/test/Object/AArch64/chained-fixups-header.test

Removed: 
    


################################################################################
diff  --git a/llvm/test/Object/AArch64/chained-fixups-header.test b/llvm/test/Object/AArch64/chained-fixups-header.test
index b923ac8a8e7d3..9a97a719aa8f8 100644
--- a/llvm/test/Object/AArch64/chained-fixups-header.test
+++ b/llvm/test/Object/AArch64/chained-fixups-header.test
@@ -1,3 +1,4 @@
+REQUIRES: host-byteorder-little-endian
 RUN: cat %p/../Inputs/MachO/chained-fixups.yaml \
 RUN:   | sed 's/__LINKEDIT:      00000000/__LINKEDIT:      AB000000/' \
 RUN:   | yaml2obj | not llvm-objdump --macho --dyld_info - 2>&1 \


        


More information about the llvm-commits mailing list