Add system-linux to allow tests run with llvm-lit to restrict themselves to linux
authorJake Ehrlich <jakehehrlich@google.com>
Wed, 1 Nov 2017 00:18:51 +0000 (00:18 +0000)
committerJake Ehrlich <jakehehrlich@google.com>
Wed, 1 Nov 2017 00:18:51 +0000 (00:18 +0000)
commitcde781015f21252d5fec3185e1e372ca1f73078a
treef29beb091ccc7e3dcdd3cff26a321271c20a6c3f
parent7cd48cd8a96185dfc9b4ba2b4ee364bbac1e068b
Add system-linux to allow tests run with llvm-lit to restrict themselves to linux

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.

Differential Revision: https://reviews.llvm.org/D39482

llvm-svn: 317055
llvm/utils/lit/lit/llvm/config.py