[libcxx-commits] [PATCH] D77296: [libc++abi] Make libunwind static linking possible in standalone builds
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Apr 7 05:55:10 PDT 2020
ldionne requested changes to this revision.
ldionne added inline comments.
This revision now requires changes to proceed.
================
Comment at: libcxxabi/src/CMakeLists.txt:263
if(LIBCXXABI_USE_LLVM_UNWINDER AND LIBCXXABI_STATICALLY_LINK_UNWINDER_IN_STATIC_LIBRARY)
+ if(LIBCXXABI_UNWIND_LIBRARY_PATH)
+ set(MERGE_ARCHIVES_SEARCH_PATHS "-L${LIBCXXABI_UNWIND_LIBRARY_PATH}")
----------------
Where is `LIBCXXABI_UNWIND_LIBRARY_PATH` defined? I can't find that CMake option anywhere.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77296/new/
https://reviews.llvm.org/D77296
More information about the libcxx-commits
mailing list