[libcxx-commits] [PATCH] D77370: [libunwind] Add LIBUNWIND_ENABLE_PIC
Saleem Abdulrasool via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Apr 3 12:58:03 PDT 2020
compnerd added a comment.
@ldionne yeah, thats why I would prefer that we just do the following in the top level `CMakeLists.txt` for libunwind:
set(CMAKE_POSITION_INDEPENDENT_CODE YES CACHE BOOL "")
The user can then specify this on the commandline to override the default behaviour.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77370/new/
https://reviews.llvm.org/D77370
More information about the libcxx-commits
mailing list