Re: [Lldb-commits] [lldb] r366879 - [lldb] Remove Xcode project legacy

2019-07-24 Thread Greg Clayton via lldb-commits
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

[Lldb-commits] [lldb] r366879 - [lldb] Remove Xcode project legacy

2019-07-24 Thread Stefan Granitz via lldb-commits
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