diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2012-06-27 09:44:16 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2012-06-27 09:44:16 +0000 |
commit | b05b4603305f8f5bf09f27824d8adb29a9b51100 (patch) | |
tree | 607d1a21a93c671b93183d8d6b7d459782baa336 /lib/Transforms/Utils/CmpInstAnalysis.cpp | |
parent | b69182095ce19c07a7207ab546f61bffc5111d8e (diff) |
Clean up the 'check' CMake build rule a bit, notable renaming it to
'check-llvm'.
Don't worry! 'check' still works! =] To rationalize the names of targets
used to run tests, the vague plan is the following:
make check-llvm # run LLVM reg/unit tests (currently 'check')
make check-clang # run Clang reg/unit tests (currently 'clang-test')
make check-rt # run CompilerRT reg/unit tests
make check-asan # run ASan reg/unit tests (subset of -rt)
make check-tsan # run TSan reg/unit tests (subset of -rt)
make check-all # run as much of the above as is available
The last one respects what projects are checked out and built for
a given tree. Personally, I would like to eventually make 'check' be an
alias for 'check-all'. For now however, it is an alias for 'check-llvm',
and thus no behavior has changed.
While this patch and my plan only really apply to CMake, I think it
might be good to similarly rationalize the naming scheme for the Make
builds.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159258 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Utils/CmpInstAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions