Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions llvm/test/tools/dsymutil/ARM/stmt-seq-macho.test
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,15 @@ ld64.lld \

# Convert executable to YAML for the test
echo "#--- stmt_seq_macho.o.yaml"
obj2yaml stmt_seq_macho.o
obj2yaml stmt_seq_macho.o | sed '1a IsLittleEndian: true'
echo ""
echo "#--- stmt_seq_macho.exe.yaml"
obj2yaml stmt_seq_macho.exe
obj2yaml stmt_seq_macho.exe | sed '1a IsLittleEndian: true'

#--- stmt-seq-macho.yaml
#--- stmt_seq_macho.o.yaml
--- !mach-o
IsLittleEndian: true
FileHeader:
magic: 0xFEEDFACF
cputype: 0x100000C
Expand Down Expand Up @@ -1564,6 +1565,7 @@ DWARF:

#--- stmt_seq_macho.exe.yaml
--- !mach-o
IsLittleEndian: true
FileHeader:
magic: 0xFEEDFACF
cputype: 0x100000C
Expand Down
Loading