Skip to content

Commit 8403cd5

Browse files
committed
chained-fixups.yaml: force little-endian output
`__LINK_EDIT` contents are little-endian, so the whole file must be. Might fix the test on big-endian systems.
1 parent e0e7fa3 commit 8403cd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/test/tools/llvm-objdump/MachO/chained-fixups.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
## clang -target=x86_64-apple-macos12 -dynamiclib -isysroot Inputs/MacOSX.sdk dylib.s -o libdylib.dylib
2626
## obj2yaml --raw-segment=data libdylib.dylib
2727
--- !mach-o
28+
IsLittleEndian: true
2829
FileHeader:
2930
magic: 0xFEEDFACF
3031
cputype: 0x1000007

0 commit comments

Comments
 (0)