We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c9662d commit e220bd8Copy full SHA for e220bd8
llvm/test/tools/dsymutil/ARM/stmt-seq-macho.test
@@ -83,10 +83,12 @@ ld64.lld \
83
84
# Convert executable to YAML for the test
85
echo "#--- stmt_seq_macho.o.yaml"
86
-obj2yaml stmt_seq_macho.o | sed '1a IsLittleEndian: true'
+obj2yaml stmt_seq_macho.o | sed '1a\
87
+IsLittleEndian: true'
88
echo ""
89
echo "#--- stmt_seq_macho.exe.yaml"
-obj2yaml stmt_seq_macho.exe | sed '1a IsLittleEndian: true'
90
+obj2yaml stmt_seq_macho.exe | sed '1a\
91
92
93
#--- stmt-seq-macho.yaml
94
#--- stmt_seq_macho.o.yaml
0 commit comments