This is an archive of the discontinued LLVM Phabricator instance.

[utils] Add libc++ and libc++abi config to llvm-lit
ClosedPublic

Authored by smeenai on Jan 14 2017, 11:35 AM.

Details

Summary

This allows us to use bin/llvm-lit to run individual libc++ and
libc++abi tests without having to explicitly specify the site config
paths, similar to other projects.

Diff Detail

Repository
rL LLVM

Event Timeline

smeenai updated this revision to Diff 84457.Jan 14 2017, 11:35 AM
smeenai retitled this revision from to [utils] Add libc++ and libc++abi config to llvm-lit.
smeenai updated this object.
smeenai added reviewers: EricWF, mclow.lists.
smeenai added a subscriber: llvm-commits.
EricWF accepted this revision.Jan 16 2017, 5:32 PM

This LGTM.

This revision is now accepted and ready to land.Jan 16 2017, 5:32 PM
This revision was automatically updated to reflect the committed changes.