[PATCH] D17410: [libcxxabi] Respect LIBCXXABI_LIBDIR_SUFFIX before an install

Ben Craig via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 18 13:33:39 PST 2016


bcraig updated this revision to Diff 48396.
bcraig added a comment.

Prior version doesn't apply to master.  The context was dirty from some unsubmitted patches.


http://reviews.llvm.org/D17410

Files:
  CMakeLists.txt

Index: CMakeLists.txt
===================================================================
--- CMakeLists.txt
+++ CMakeLists.txt
@@ -182,6 +182,9 @@
 set(LIBCXXABI_BINARY_DIR  ${CMAKE_CURRENT_BINARY_DIR})
 set(LIBCXXABI_LIBRARY_DIR ${CMAKE_BINARY_DIR}/lib${LIBCXXABI_LIBDIR_SUFFIX})
 
+set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${LIBCXXABI_LIBRARY_DIR})
+set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${LIBCXXABI_LIBRARY_DIR})
+
 #===============================================================================
 # Setup Compiler Flags
 #===============================================================================


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17410.48396.patch
Type: text/x-patch
Size: 598 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160218/e81c6929/attachment.bin>


More information about the cfe-commits mailing list