[Lldb-commits] [PATCH] D97227: [lldb] add check for libcxx runtime
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 22 15:29:21 PST 2021
JDevlieghere added inline comments.
================
Comment at: lldb/test/CMakeLists.txt:121
"LLDB test suite requires libc++, but it is currently disabled. "
"Please add `libcxx` to `LLVM_ENABLE_PROJECTS` or disable tests "
"via `LLDB_INCLUDE_TESTS=OFF`.")
----------------
Should we include `LLVM_ENABLE_RUNTIMES` in this message? E.g.
> Please add `libcxx` to `LLVM_ENABLE_PROJECTS` or `LLVM_ENABLE_RUNTIMES`, or disable tests via ...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97227/new/
https://reviews.llvm.org/D97227
More information about the lldb-commits
mailing list