CMake: Add the new option "LLVM_LIT_ARGS".
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 11 Nov 2010 04:09:35 +0000 (04:09 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 11 Nov 2010 04:09:35 +0000 (04:09 +0000)
commite7ae70b137f9944da30494a45dc660fa60b80b66
tree80232b6d5bd2f9e434646b7408ed7691a0d4c582
parent3f2d13c98eb04962bf6fcfdcc6f62789bc820d79
CMake: Add the new option "LLVM_LIT_ARGS".

Defaults:
if (MSVC OR XCODE): "-sv --no-progress-bar"
else: "-sv"

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118776 91177308-0d34-0410-b5e6-96231b3b80d8
CMakeLists.txt
docs/CMake.html
test/CMakeLists.txt