This is an archive of the discontinued LLVM Phabricator instance.

Add system-linux to allow tests run with llvm-lit to restrict themselves to linux
ClosedPublic

Authored by jakehehrlich on Oct 31 2017, 3:59 PM.

Details

Summary

I need a test that only runs in a reasonable amount of time on systems that have sparse files. The broadest class of systems that support sparse files are linux systems. So restricting my test to linux systems should suffice. This change adds the system-linux feature to llvm-lit so that it can be required.

Diff Detail

Repository
rL LLVM

Event Timeline

jakehehrlich created this revision.Oct 31 2017, 3:59 PM
zturner accepted this revision.Oct 31 2017, 4:10 PM
This revision is now accepted and ready to land.Oct 31 2017, 4:10 PM
This revision was automatically updated to reflect the committed changes.