This removes the precompiled binary and rewrites test to use YAML.
After this change we'll have no more precompiled inputs in llvm-readobj/ELF/Inputs.
Paths
| Differential D89097
[llvm-readelf/obj][test] - Stop using precompiled binary in mips-plt.test ClosedPublic Authored by grimar on Oct 9 2020, 12:18 AM.
Details Summary This removes the precompiled binary and rewrites test to use YAML. After this change we'll have no more precompiled inputs in llvm-readobj/ELF/Inputs.
Diff Detail
Event TimelineComment Actions Not really knowing MIPS, it's probably best if @atanasyan reviews this.
This revision is now accepted and ready to land.Oct 9 2020, 1:37 AM Closed by commit rG73d964646c91: [llvm-readelf/obj][test] - Stop using precompiled binary in mips-plt.test (authored by grimar). · Explain WhyOct 9 2020, 1:50 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 297152 llvm/test/tools/llvm-readobj/ELF/mips-plt.test
|
What's the point of the 2>&1? There's no check that there are [no] warnings in the readobj case at least.