[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
Thu Oct 28 01:29:32 PDT 2021
mstorsjo updated this revision to Diff 382947.
mstorsjo added a comment.
Extract a macro for doing `enable_languages()` while temporarily setting `CMAKE_TRY_COMPILE_TARGET_TYPE` to `STATIC_LIBRARY`, simplifying the main cmake file.
Both of the newly created cmake files could probably be moved to the new cmake subdirectory in the monorepo root, for neater sharing across runtimes.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112126/new/
https://reviews.llvm.org/D112126
Files:
libunwind/CMakeLists.txt
libunwind/cmake/Modules/CheckCLinkerFlag.cmake
libunwind/cmake/Modules/EnableLanguageNolink.cmake
libunwind/cmake/config-ix.cmake
libunwind/src/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112126.382947.patch
Type: text/x-patch
Size: 5124 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211028/6b039e2a/attachment.bin>
More information about the libcxx-commits
mailing list