aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Basic/FileManager.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2012-06-27 09:44:16 +0000
committerChandler Carruth <chandlerc@gmail.com>2012-06-27 09:44:16 +0000
commitaa324c9078122e96f7cbc842e6cbb0d1be1dce17 (patch)
tree1d9d1a89eae7e8f155a1e9296132846e7453ea63 /clang/lib/Basic/FileManager.cpp
parent4b7558ef9a911015a78548822b21154fda57f372 (diff)
downloadllvm-aa324c9078122e96f7cbc842e6cbb0d1be1dce17.zip
llvm-aa324c9078122e96f7cbc842e6cbb0d1be1dce17.tar.gz
llvm-aa324c9078122e96f7cbc842e6cbb0d1be1dce17.tar.bz2
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. llvm-svn: 159258
Diffstat (limited to 'clang/lib/Basic/FileManager.cpp')
0 files changed, 0 insertions, 0 deletions