OSDN Git Service

Hoist LLVM's lit testsuite infrastructure into module so that it can be
authorChandler Carruth <chandlerc@gmail.com>
Sat, 30 Jun 2012 10:14:14 +0000 (10:14 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sat, 30 Jun 2012 10:14:14 +0000 (10:14 +0000)
commitcf23bd3d8f7e7dec6331043295dbf1ec92fedb4f
treef61604d3008869df25f055573b397557e15912e1
parentac24e251014de60a16558fc0a1f2340c334d2aa8
Hoist LLVM's lit testsuite infrastructure into module so that it can be
re-used. Also, build in direct support for accumulating a set of lit
parameters, arguments, and testsuites to run as part of a 'check-all'
rule. This sinks 'check-all' from a Clang-specific construct to
a generic construct of the project.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159482 91177308-0d34-0410-b5e6-96231b3b80d8
CMakeLists.txt
cmake/modules/AddLLVM.cmake
test/CMakeLists.txt