[PATCH] [CMake] add_llvm_library: don't use .imp suffix for import libraries on Windows (PR22334)
Hans Wennborg
hans at chromium.org
Tue Feb 3 14:10:22 PST 2015
REPOSITORY
rL LLVM
http://reviews.llvm.org/D7391
Files:
llvm/trunk/cmake/modules/AddLLVM.cmake
Index: llvm/trunk/cmake/modules/AddLLVM.cmake
===================================================================
--- llvm/trunk/cmake/modules/AddLLVM.cmake
+++ llvm/trunk/cmake/modules/AddLLVM.cmake
@@ -334,11 +334,6 @@
PREFIX ""
)
endif()
- if (MSVC)
- set_target_properties(${name}
- PROPERTIES
- IMPORT_SUFFIX ".imp")
- endif ()
endif()
if(ARG_MODULE OR ARG_SHARED)
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7391.19266.patch
Type: text/x-patch
Size: 426 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150203/6fd1e43d/attachment.bin>
More information about the llvm-commits
mailing list