[Lldb-commits] [PATCH] D115877: [lldb][docs] Update instructions for building libc++
Tor Arne Vestbø via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Dec 16 07:11:23 PST 2021
torarnv added inline comments.
Herald added a subscriber: JDevlieghere.
================
Comment at: lldb/docs/resources/build.rst:307
-On macOS the LLDB test suite requires libc++. Either add ``libcxx`` to
-``LLVM_ENABLE_PROJECTS`` or disable the test suite with
+On macOS the LLDB test suite requires libc++. Either add ``LLVM_ENABLE_RUNTIMES="libcxx;libcxxabi"`` or disable the test suite with
``LLDB_INCLUDE_TESTS=OFF``. Further useful options:
----------------
Dunno if `libcxx` would have been enough here, and `libcxxabi` would follow automatically as a dep?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115877/new/
https://reviews.llvm.org/D115877
More information about the lldb-commits
mailing list