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:
1f8b40d
)
Loadable modules are not supported on Cygwin. PR 6655.
author
Oscar Fuentes
<ofv@wanadoo.es>
Fri, 22 Oct 2010 19:03:24 +0000
(19:03 +0000)
committer
Oscar Fuentes
<ofv@wanadoo.es>
Fri, 22 Oct 2010 19:03:24 +0000
(19:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117130
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 b7ebe192fc20e5e065bd7edf134125e308f80568..f45febbfc3bbafdaf6b6a23780f4dc8ef3052a80 100755
(executable)
--- a/
cmake/modules/AddLLVM.cmake
+++ b/
cmake/modules/AddLLVM.cmake
@@
-29,7
+29,7
@@
endmacro(add_llvm_library name)
macro(add_llvm_loadable_module name)
- if( NOT LLVM_ON_UNIX )
+ if( NOT LLVM_ON_UNIX
OR CYGWIN
)
message(STATUS "Loadable modules not supported on this platform.
${name} ignored.")
else()