This is an archive of the discontinued LLVM Phabricator instance.

[llvm-ar][test] Relax lit directory assumptions in thin-archive.test
ClosedPublic

Authored by rupprecht on Jun 5 2019, 1:17 PM.

Details

Summary

thin-archive.test assumes the Output/<testname> structure that lit creates. Rewrite the test in a way that still tests the same thing (creating via relative path and adding via absolute path) but doesn't assume this specific lit structure, making it possible to run in a lit emulator.

Diff Detail

Repository
rL LLVM

Event Timeline

rupprecht created this revision.Jun 5 2019, 1:17 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 5 2019, 1:17 PM
This revision is now accepted and ready to land.Jun 12 2019, 6:02 AM
This revision was automatically updated to reflect the committed changes.