[PATCH] D23232: [libcxx] Allow building both shared and static library
Saleem Abdulrasool via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 6 10:20:16 PDT 2016
compnerd added inline comments.
================
Comment at: lib/CMakeLists.txt:188
@@ -162,1 +187,3 @@
+ target_link_libraries(cxx_experimental cxx_static)
+ endif()
----------------
Im not sure I understand this. Couldn't you build both static and shared versions, and therefore, need both branches?
Repository:
rL LLVM
https://reviews.llvm.org/D23232
More information about the llvm-commits
mailing list