[libcxx-commits] [PATCH] D110872: [libc++][ci] Also run the tests for libunwind in the CI
Daniel Kiss via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Oct 5 12:42:30 PDT 2021
danielkiss added inline comments.
================
Comment at: libcxx/utils/ci/run-buildbot:92
-S "${MONOREPO_ROOT}/llvm" \
-DLLVM_ENABLE_PROJECTS="libcxx;libunwind;libcxxabi" \
-DLIBCXX_CXX_ABI=libcxxabi \
----------------
Isn't `-DLIBCXXABI_USE_LLVM_UNWINDER=Y` needed also to use the in tree version of libunwind?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110872/new/
https://reviews.llvm.org/D110872
More information about the libcxx-commits
mailing list