Skip to content

Commit 02af25d

Browse files
committed
[macho2yaml][test] Specify the object file's endianness. NFC.
This patch is intended to fix testing failure on big endian machine. Failed testing: http://lab.llvm.org:8011/builders/clang-ppc64be-linux/builds/52450
1 parent 655923d commit 02af25d

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
@@ -30,6 +30,7 @@
3030
# ARANGES-NEXT: Length: 0x0000000000005678
3131

3232
--- !mach-o
33+
IsLittleEndian: true
3334
FileHeader:
3435
magic: 0xFEEDFACF
3536
cputype: 0x01000007

0 commit comments

Comments
 (0)