[Lldb-commits] [PATCH] D61877: [CMake] Add error to clarify that lldb requires libcxx
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon May 13 17:08:09 PDT 2019
JDevlieghere added inline comments.
================
Comment at: lldb/CMakeLists.txt:127
else()
+ if(NOT libcxx IN_LIST LLVM_ENABLE_PROJECTS)
+ message(FATAL_ERROR
----------------
Should we check that LLVM_ENABLE_PROJECTS is not empty, for people that are still using the old layout?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61877/new/
https://reviews.llvm.org/D61877
More information about the lldb-commits
mailing list