Skip to content

Commit 655923d

Browse files
committed
[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
1 parent 4aaa977 commit 655923d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/test/tools/obj2yaml/MachO/debug-aranges.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ DWARF:
100100
# RUN: yaml2obj --docnum=2 %s | obj2yaml | FileCheck %s -DSEGNAME=FOO --check-prefix=ARANGES
101101

102102
--- !mach-o
103+
IsLittleEndian: true
103104
FileHeader:
104105
magic: 0xFEEDFACF
105106
cputype: 0x01000007

0 commit comments

Comments
 (0)