[Lldb-commits] [lldb] r336154 - FIx XCode project files for lldb
Raphael Isemann via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 2 16:27:29 PDT 2018
Author: teemperor
Date: Mon Jul 2 16:27:29 2018
New Revision: 336154
URL: http://llvm.org/viewvc/llvm-project?rev=336154&view=rev
Log:
FIx XCode project files for lldb
Summary:
Fixes the XCode builds that started failing when i added CompletionRequest.cpp/.h.
The patch is so large because XCode decided to write the lines back in its own order, but essentially we only added on e file.
Subscribers: srhines, lldb-commits
Differential Revision: https://reviews.llvm.org/D48858
Modified:
lldb/trunk/lldb.xcodeproj/project.pbxproj
More information about the lldb-commits
mailing list