[libcxx-commits] [PATCH] D69874: Setting linker language for libunwind and libc++

Puyan Lotfi via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Nov 6 09:22:29 PST 2019


plotfi updated this revision to Diff 228081.
plotfi edited the summary of this revision.
plotfi added a comment.

drop changed already committed by compnerd.
Move -Wl,-z,defs  change to another diff.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69874/new/

https://reviews.llvm.org/D69874

Files:
  libcxx/src/CMakeLists.txt


Index: libcxx/src/CMakeLists.txt
===================================================================
--- libcxx/src/CMakeLists.txt
+++ libcxx/src/CMakeLists.txt
@@ -165,6 +165,7 @@
     PROPERTIES
       COMPILE_FLAGS "${LIBCXX_COMPILE_FLAGS}"
       LINK_FLAGS    "${LIBCXX_LINK_FLAGS}"
+      LINKER_LANGUAGE C
       OUTPUT_NAME   "c++"
       VERSION       "${LIBCXX_ABI_VERSION}.0"
       SOVERSION     "${LIBCXX_ABI_VERSION}"


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69874.228081.patch
Type: text/x-patch
Size: 432 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20191106/e4d64421/attachment.bin>


More information about the libcxx-commits mailing list