How are we updating the sources in LLDB.framework these days? Using cmake? When
making the LLDB.framework, we must fix up the header includes in any header
files that are copies over into LLDB.framework from:
#include "lldb/API/SB*"
to a framework like include:
#inclue
I am mentioning this a
Author: stefan.graenitz
Date: Wed Jul 24 02:20:14 2019
New Revision: 366879
URL: http://llvm.org/viewvc/llvm-project?rev=366879&view=rev
Log:
[lldb] Remove Xcode project legacy
Summary: Since D65109 removed the manually maintained Xcode project, there's a
few things we don't need anymore. Anythi