[Lldb-commits] [PATCH] D48858: FIx XCode project files for lldb
Raphael Isemann via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 2 16:31:02 PDT 2018
teemperor created this revision.
Herald added a subscriber: srhines.
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.
https://reviews.llvm.org/D48858
Files:
lldb.xcodeproj/project.pbxproj
More information about the lldb-commits
mailing list