From e7ae70b137f9944da30494a45dc660fa60b80b66 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Thu, 11 Nov 2010 04:09:35 +0000 Subject: 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 --- docs/CMake.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/CMake.html') diff --git a/docs/CMake.html b/docs/CMake.html index 2f2af24..e2dac2e 100644 --- a/docs/CMake.html +++ b/docs/CMake.html @@ -325,6 +325,13 @@
Full path to a native TableGen executable (usually named tblgen). This is intented for cross-compiling: if the user sets this variable, no native TableGen will be created.
+ +
LLVM_LIT_ARGS:STRING
+
Arguments given to lit. + make check and make clang-test are affected. + By default, "-sv --no-progress-bar" + on Visual C++ and Xcode, + "-sv" on others.
-- cgit v1.1