This is an archive of the discontinued LLVM Phabricator instance.

[lld-macho][nfc] Clean up tests
ClosedPublic

Authored by int3 on Dec 20 2020, 3:29 PM.

Details

Reviewers
compnerd
Group Reviewers
Restricted Project
Commits
rGa817594de926: [lld-macho][nfc] Clean up tests
Summary
  • Migrate most of our tests to use split-file instead of echo
  • Remove individual rm -f %t/libfoo.a commands in favor of a top-level rm -rf %t
  • Remove unused Inputs/libfunction.s

Diff Detail

Event Timeline

int3 created this revision.Dec 20 2020, 3:29 PM
int3 requested review of this revision.Dec 20 2020, 3:29 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 20 2020, 3:29 PM
int3 edited the summary of this revision. (Show Details)Dec 20 2020, 3:31 PM
compnerd accepted this revision.Dec 21 2020, 8:58 AM
compnerd added a subscriber: compnerd.

Nice cleanup!

This revision is now accepted and ready to land.Dec 21 2020, 8:58 AM
This revision was automatically updated to reflect the committed changes.