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:
748618b
)
Yet another attempt at getting cmake-clang-i686-mingw32 green.
author
Nico Weber
<nicolasweber@gmx.de>
Sun, 29 Dec 2013 07:43:09 +0000
(07:43 +0000)
committer
Nico Weber
<nicolasweber@gmx.de>
Sun, 29 Dec 2013 07:43:09 +0000
(07:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198159
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 0933a02a015b3272eea2c25d97e3a824b4116683..676a417fbb9af6cb9b24e9c1e2c8179f5d2aa5e9 100644
(file)
--- a/
cmake/modules/AddLLVM.cmake
+++ b/
cmake/modules/AddLLVM.cmake
@@
-44,7
+44,7
@@
function(add_llvm_symbol_exports target_name export_file)
DEPENDS ${export_file}
VERBATIM
COMMENT "Creating export file for ${target_name}")
- if(CYGWIN)
+ if(CYGWIN
OR MINGW
)
set_property(TARGET ${target_name} APPEND_STRING PROPERTY
LINK_FLAGS "${CMAKE_CURRENT_BINARY_DIR}/symbol.def")
else()