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

Yuanfang Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 23 13:53:31 PDT 2021


ychen added a comment.

In D112126#3081938 <https://reviews.llvm.org/D112126#3081938>, @ychen wrote:

> Hit by this issue recently. Not sure it is a better idea but this may also work: create an empty static unwinder lib if Clang is configurated to link unwinder lib by default, and `-L` to it unconditionally here?

I guess this still could not fix the CMake test failures and `CMAKE_C_COMPILER_WORKS` is still needed? Oh well...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112126



More information about the llvm-commits mailing list