This is an archive of the discontinued LLVM Phabricator instance.

[llvm-objdump][test] - Stop using precompiled binary in MachO/disassemble-g-dsym.test
ClosedPublic

Authored by grimar on Oct 28 2020, 8:14 AM.

Details

Summary

This removes Inputs/libbogus11.a

Initially I've removed it in D90013, but had to restore it, because BB found this
test is using it.

I've updated the test to use YAMLs, added comment and one more possible error check.

Diff Detail

Event Timeline

grimar created this revision.Oct 28 2020, 8:14 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 28 2020, 8:14 AM
Herald added a subscriber: rupprecht. · View Herald Transcript
grimar requested review of this revision.Oct 28 2020, 8:14 AM
grimar retitled this revision from [llvm-objdump][test] - Stop using precimpiled binary in MachO/disassemble-g-dsym.test to [llvm-objdump][test] - Stop using precompiled binary in MachO/disassemble-g-dsym.test.
MaskRay accepted this revision.Oct 28 2020, 10:16 AM
MaskRay added inline comments.
llvm/test/tools/llvm-objdump/MachO/disassemble-g-dsym.test
16

full stop

This revision is now accepted and ready to land.Oct 28 2020, 10:16 AM