projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b41fe5
)
Unbreak my hasty "unbreak" cmake fix
author
David Zarzycki
<dave@znu.io>
Tue, 4 Jun 2019 11:33:49 +0000
(11:33 +0000)
committer
David Zarzycki
<dave@znu.io>
Tue, 4 Jun 2019 11:33:49 +0000
(11:33 +0000)
llvm-svn: 362492
llvm/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/llvm/CMakeLists.txt
b/llvm/CMakeLists.txt
index
de499a7
..
71434bc
100644
(file)
--- a/
llvm/CMakeLists.txt
+++ b/
llvm/CMakeLists.txt
@@
-629,7
+629,7
@@
if(WIN32 OR CYGWIN)
set(LLVM_ENABLE_PLUGINS_default OFF)
endif()
else()
- set(LLVM_ENABLE_PLUGINS_default
LLVM_ENABLE_PIC
)
+ set(LLVM_ENABLE_PLUGINS_default
${LLVM_ENABLE_PIC}
)
endif()
option(LLVM_ENABLE_PLUGINS "Enable plugin support" ${LLVM_ENABLE_PLUGINS_default})