[libcxx-commits] [PATCH] D99913: [SystemZ][z/OS] Modify cxxabi to be compatible with existing z/OS runtime
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Nov 24 08:47:58 PST 2021
ldionne added inline comments.
================
Comment at: libcxxabi/src/CMakeLists.txt:52
+ list(APPEND LIBCXXABI_HEADERS
+ ${LLVM_EXTERNAL_UNWIND_SOURCE_DIR}/unwind.h
+ )
----------------
Where is `LLVM_EXTERNAL_UNWIND_SOURCE_DIR ` defined? I just want to make sure we're not introducing yet another way of building libc++/libc++abi using external magically provided headers, since that roughly means it's going to be not supported officially from the start.
Is there a reason why we aren't using LLVM's libunwind in the tree as we normally do?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99913/new/
https://reviews.llvm.org/D99913
More information about the libcxx-commits
mailing list