[PATCH] D58268: [clang] Create install targets for non-shared libraries
Shoaib Meenai via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 15 07:59:45 PST 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rC354140: [clang] Create install targets for non-shared libraries (authored by smeenai, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D58268?vs=186955&id=187018#toc
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58268/new/
https://reviews.llvm.org/D58268
Files:
cmake/modules/AddClang.cmake
Index: cmake/modules/AddClang.cmake
===================================================================
--- cmake/modules/AddClang.cmake
+++ cmake/modules/AddClang.cmake
@@ -103,7 +103,7 @@
ARCHIVE DESTINATION lib${LLVM_LIBDIR_SUFFIX}
RUNTIME DESTINATION bin)
- if (${ARG_SHARED} AND NOT CMAKE_CONFIGURATION_TYPES)
+ if (NOT CMAKE_CONFIGURATION_TYPES)
add_llvm_install_targets(install-${name}
DEPENDS ${name}
COMPONENT ${name})
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58268.187018.patch
Type: text/x-patch
Size: 535 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190215/209c4093/attachment.bin>
More information about the cfe-commits
mailing list