-B is ignored for GNU objcopy compatibility after D67215/r371914.
- Delete mentions of -B from input-output-target.test - we have enough -B tests.
- Merge binary-input-with-arch.test into binary-output-target.test.
Differential D67693
[llvm-objcopy][test] Clean up -B tests MaskRay on Sep 17 2019, 11:24 PM. Authored by
Details -B is ignored for GNU objcopy compatibility after D67215/r371914.
Diff Detail
Event TimelineComment Actions Yes. ELF/binary-input-and-output.test 21:## -B is ignored. 22:# RUN: llvm-objcopy -I binary -B i386:x86-64 -O binary %t.txt %t.5.txt ELF/binary-input-error.test 3:## -B is ignored. 4:# RUN: llvm-objcopy -I binary -B xyz %t.txt %t.o ELF/binary-output-target.test 77:## In GNU objcopy, e_machine is EM_NONE unless -B is specifid. 79:## We fill in the field regardless of -B. |