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:
9e24ab7
)
[CMake] Autoconf builds libLTO with -fPIC, CMake should be able to as well.
author
Chris Bieneman
<beanz@apple.com>
Tue, 10 Nov 2015 21:38:58 +0000
(21:38 +0000)
committer
Chris Bieneman
<beanz@apple.com>
Tue, 10 Nov 2015 21:38:58 +0000
(21:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252652
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/tools/CMakeLists.txt
b/tools/CMakeLists.txt
index 1b57d7abd13a53972a91509c5606edf45a80962f..85b01c312cf2eacfdc3b903bc345717f9539f788 100644
(file)
--- a/
tools/CMakeLists.txt
+++ b/
tools/CMakeLists.txt
@@
-25,7
+25,7
@@
if(NOT LLVM_USE_INTEL_JITEVENTS )
set(LLVM_TOOL_LLVM_JITLISTENER_BUILD Off)
endif()
-if(CYGWIN
OR NOT LLVM_ENABLE_PIC
)
+if(CYGWIN)
set(LLVM_TOOL_LTO_BUILD Off)
set(LLVM_TOOL_LLVM_LTO_BUILD Off)
endif()