[Lldb-commits] [PATCH] D65797: [lldb][CMake] Generating Xcode projects
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Aug 6 10:01:33 PDT 2019
jingham added a comment.
Thanks for doing this. Looks okay to me just one typo... But I don't know CMake well enough to comment on substance...
================
Comment at: lldb/cmake/modules/LLDBConfig.cmake:78
+ "When building with Xcode, we recommend using the corresponding cache script. "
+ "If this was a mistake, clean your lean build directory and re-run CMake with:\n"
+ " -C ${CMAKE_SOURCE_DIR}/cmake/caches/Apple-lldb-Xcode.cmake\n"
----------------
This should work not just for Jack Spratt but also his wife! "LEAN build directory"
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65797/new/
https://reviews.llvm.org/D65797
More information about the lldb-commits
mailing list