On z/OS, we need to pass the location of unwind interface header when building cxxabi. The cmake macro LIBCXXABI_LIBUNWIND_INCLUDES_INTERNAL is available for this purpose but it is only used with conjunction with LIBCXXABI_USE_LLVM_UNWINDER. For the external unwind library we need to use LIBCXXABI_LIBUNWIND_INCLUDES_INTERNAL unconditionally whenever it is set.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
The CI failure is unrelated with 1 timeout:
TIMEOUT: llvm-libc++-shared.cfg.in :: std/atomics/atomics.types.operations/atomics.types.operations.wait/atomic_notify_one.pass.cpp (5780 of 8044)
Comment Actions
This is already reviewed and accepted but blocked by libc++abi group.
Can I have somebody from libc++abi to have a peek at this patch?