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

Michał Górny via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Nov 5 23:47:02 PST 2019


mgorny requested changes to this revision.
mgorny added a comment.
This revision now requires changes to proceed.
Herald added a reviewer: mclow.lists.

This version also breaks libc++ tests on NetBSD. Furthermore, a better explanation than 'needs to be set' would be good.



================
Comment at: libunwind/src/CMakeLists.txt:130
                             "${LIBUNWIND_LINK_FLAGS}"
+                          LINKER_LANGUAGE
+                            C
----------------
This was already done in 6db7a5cd7c800a588e94ce5c1ef24ae4d60ecdd3.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69874





More information about the libcxx-commits mailing list