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:
69e973d
)
Fix the MSVC build again.
author
Benjamin Kramer
<benny.kra@googlemail.com>
Sun, 16 Aug 2009 09:44:27 +0000
(09:44 +0000)
committer
Benjamin Kramer
<benny.kra@googlemail.com>
Sun, 16 Aug 2009 09:44:27 +0000
(09:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79186
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 2c142dd2fd17f1eb533ad209c1713530a2e7a2e0..205ddb7663993548e84e89fe8a5fb841df4528f2 100755
(executable)
--- a/
cmake/modules/AddLLVM.cmake
+++ b/
cmake/modules/AddLLVM.cmake
@@
-17,7
+17,7
@@
macro(add_llvm_library name)
# generation is triggered by the main LLVM target library. Necessary
# for parallel builds:
if( CURRENT_LLVM_TARGET )
- add_dependencies(${name}
LLVM
${CURRENT_LLVM_TARGET})
+ add_dependencies(${name} ${CURRENT_LLVM_TARGET})
endif()
endmacro(add_llvm_library name)