diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2010-11-11 04:09:35 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2010-11-11 04:09:35 +0000 |
| commit | f791007e81e5c89c32d3048dfc7d2f509fbe5920 (patch) | |
| tree | 72046ad03f3a78978d765fed24cffdf1e891c3f5 /llvm/docs | |
| parent | 77399b8aadf2f13fac68614d4b53fe1555f79213 (diff) | |
| download | bcm5719-llvm-f791007e81e5c89c32d3048dfc7d2f509fbe5920.tar.gz bcm5719-llvm-f791007e81e5c89c32d3048dfc7d2f509fbe5920.zip | |
CMake: Add the new option "LLVM_LIT_ARGS".
Defaults:
if (MSVC OR XCODE): "-sv --no-progress-bar"
else: "-sv"
llvm-svn: 118776
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/CMake.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/docs/CMake.html b/llvm/docs/CMake.html index 2f2af24f6f4..e2dac2e314d 100644 --- a/llvm/docs/CMake.html +++ b/llvm/docs/CMake.html @@ -325,6 +325,13 @@ <dd>Full path to a native TableGen executable (usually named <i>tblgen</i>). This is intented for cross-compiling: if the user sets this variable, no native TableGen will be created.</dd> + + <dt><b>LLVM_LIT_ARGS</b>:STRING</dt> + <dd>Arguments given to lit. + <tt>make check</tt> and <tt>make clang-test</tt> are affected. + By default, <tt>"-sv --no-progress-bar"</tt> + on Visual C++ and Xcode, + <tt>"-sv"</tt> on others.</dd> </dl> </div> |

