summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2010-11-11 04:09:35 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2010-11-11 04:09:35 +0000
commitf791007e81e5c89c32d3048dfc7d2f509fbe5920 (patch)
tree72046ad03f3a78978d765fed24cffdf1e891c3f5 /llvm/docs
parent77399b8aadf2f13fac68614d4b53fe1555f79213 (diff)
downloadbcm5719-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.html7
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>&quot;-sv --no-progress-bar&quot;</tt>
+ on Visual C++ and Xcode,
+ <tt>&quot;-sv&quot;</tt> on others.</dd>
</dl>
</div>
OpenPOWER on IntegriCloud