[libcxx-commits] [PATCH] D112126: [libunwind] Try to add -unwindlib=none while configuring and building libunwind

Martin Storsjö via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Nov 2 15:02:50 PDT 2021


mstorsjo updated this revision to Diff 384252.
mstorsjo added a comment.

Moved the newly added cmake modules (which may be needed for the runtimes directory later) to the toplevel llvm-project/cmake dir, added `llvm_` prefixes for those cmake functions/macros, added `unset()` and an underscore prefix for the internal variable in the `llvm_enable_language_nolink` macro.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112126

Files:
  cmake/Modules/CheckLinkerFlag.cmake
  cmake/Modules/EnableLanguageNolink.cmake
  libunwind/CMakeLists.txt
  libunwind/cmake/config-ix.cmake
  libunwind/src/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112126.384252.patch
Type: text/x-patch
Size: 5108 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211102/c1a6753f/attachment-0001.bin>


More information about the libcxx-commits mailing list