diff --git a/llvm/test/tools/dsymutil/ARM/stmt-seq-macho.test b/llvm/test/tools/dsymutil/ARM/stmt-seq-macho.test index 1e08bc07e14cb..f2fe794e1b484 100644 --- a/llvm/test/tools/dsymutil/ARM/stmt-seq-macho.test +++ b/llvm/test/tools/dsymutil/ARM/stmt-seq-macho.test @@ -83,14 +83,17 @@ 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 @@ -1564,6 +1567,7 @@ DWARF: #--- stmt_seq_macho.exe.yaml --- !mach-o +IsLittleEndian: true FileHeader: magic: 0xFEEDFACF cputype: 0x100000C