projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39ae363
)
Switch from using a lit.cfg-generator variable that happens to be found
author
Chandler Carruth
<chandlerc@gmail.com>
Mon, 2 Jul 2012 20:14:54 +0000
(20:14 +0000)
committer
Chandler Carruth
<chandlerc@gmail.com>
Mon, 2 Jul 2012 20:14:54 +0000
(20:14 +0000)
due to strange scoping rules to the actual canonical variable name
within the LLVM CMake build.
No functionality changed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159575
91177308
-0d34-0410-b5e6-
96231b3b80d8
cmake/modules/AddLLVM.cmake
patch
|
blob
|
history
diff --git
a/cmake/modules/AddLLVM.cmake
b/cmake/modules/AddLLVM.cmake
index b5a5c83de58be73539bc0153dd9476fb0eb338e8..78a21ada84a42d3271b24bf01e8030e9c2acd67b 100755
(executable)
--- a/
cmake/modules/AddLLVM.cmake
+++ b/
cmake/modules/AddLLVM.cmake
@@
-259,7
+259,7
@@
function(add_lit_target target comment)
separate_arguments(LIT_ARGS)
set(LIT_COMMAND
${PYTHON_EXECUTABLE}
- ${LLVM_
SOURCE
_DIR}/utils/lit/lit.py
+ ${LLVM_
MAIN_SRC
_DIR}/utils/lit/lit.py
--param build_config=${CMAKE_CFG_INTDIR}
--param build_mode=${RUNTIME_BUILD_MODE}
${LIT_ARGS}