[Lldb-commits] [PATCH] D64824: [CMake] Move standalone check so we don't have to reconfigure LLDB
Adrian McCarthy via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 16 15:07:16 PDT 2019
amccarth added inline comments.
================
Comment at: lldb/CMakeLists.txt:14
-include(LLDBStandalone)
+# If we are not building as a part of LLVM, build LLDB as an
+# standalone project, using LLVM as an external library:
----------------
Nit: s/an/a/
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64824/new/
https://reviews.llvm.org/D64824
More information about the lldb-commits
mailing list