[PATCH] D33638: [libcxx] Have separate abi library flags for static and shared builds

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 13 02:04:25 PDT 2017


mstorsjo added inline comments.


================
Comment at: lib/CMakeLists.txt:108
+  # MINGW_LIBRARIES is defined in config-ix.cmake
+  list(APPEND LIBCXX_LIBRARIES ${MINGW_LIBRARIES})
 endif()
----------------
This line isn't necessary any longer, something similar was committed in SVN r312498; see line 94 above.


Repository:
  rL LLVM

https://reviews.llvm.org/D33638





More information about the llvm-commits mailing list