[Lldb-commits] [PATCH] D49888: Stop building liblldb with CMake's framework functionality
Alex Langford via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 26 16:34:41 PDT 2018
xiaobai added a comment.
Tested this by invoking
cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Debug -DLLDB_BUILD_FRAMEWORK=1 && ninja lldb
The resulting framework appears to be the same as before.
https://reviews.llvm.org/D49888
More information about the lldb-commits
mailing list