mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
[macho2yaml][test] Specify the object file's endianness. NFC.
This change specifies the endianness of the generated object file to fix the testing failure. Testing failure: http://lab.llvm.org:8011/builders/clang-ppc64be-linux/builds/52449
This commit is contained in:
parent
72838e8fb2
commit
f991e6ea33
@ -100,6 +100,7 @@ DWARF:
|
||||
# RUN: yaml2obj --docnum=2 %s | obj2yaml | FileCheck %s -DSEGNAME=FOO --check-prefix=ARANGES
|
||||
|
||||
--- !mach-o
|
||||
IsLittleEndian: true
|
||||
FileHeader:
|
||||
magic: 0xFEEDFACF
|
||||
cputype: 0x01000007
|
||||
|
Loading…
x
Reference in New Issue
Block a user