diff options
| author | Tim Northover <tnorthover@apple.com> | 2018-08-02 12:50:23 +0000 |
|---|---|---|
| committer | Tim Northover <tnorthover@apple.com> | 2018-08-02 12:50:23 +0000 |
| commit | ccb06e720de69c8b2f189fb046234573bb87cdd2 (patch) | |
| tree | 7fa45e6c96833884dbad3748fea44b773af2095d /lldb | |
| parent | d498dcdbbf3e13070ea8f2ef7150688b780a2a5d (diff) | |
| download | bcm5719-llvm-ccb06e720de69c8b2f189fb046234573bb87cdd2.tar.gz bcm5719-llvm-ccb06e720de69c8b2f189fb046234573bb87cdd2.zip | |
Move ClangHighlighter.cpp to hopefully better place in Xcode project.
But with a write-only format, who can really say?
llvm-svn: 338712
Diffstat (limited to 'lldb')
| -rw-r--r-- | lldb/lldb.xcodeproj/project.pbxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/lldb.xcodeproj/project.pbxproj b/lldb/lldb.xcodeproj/project.pbxproj index 775b5de1d69..3faf425351b 100644 --- a/lldb/lldb.xcodeproj/project.pbxproj +++ b/lldb/lldb.xcodeproj/project.pbxproj @@ -65,6 +65,7 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ + 228B1B672113340200E61C70 /* ClangHighlighter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 58A080AB2112AABB00D5580F /* ClangHighlighter.cpp */; }; 268900E813353E6F00698AC0 /* ABI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 497E7B9D1188F6690065CCA1 /* ABI.cpp */; }; 26DB3E161379E7AD0080DC73 /* ABIMacOSX_arm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26DB3E071379E7AD0080DC73 /* ABIMacOSX_arm.cpp */; }; 26DB3E191379E7AD0080DC73 /* ABIMacOSX_arm64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26DB3E0B1379E7AD0080DC73 /* ABIMacOSX_arm64.cpp */; }; @@ -1283,8 +1284,6 @@ dstPath = "$(DEVELOPER_INSTALL_DIR)/usr/share/man/man1"; dstSubfolderSpec = 0; files = ( - 58A080AE2112AAC500D5580F /* ClangHighlighter.h in CopyFiles */, - 58A080AC2112AABB00D5580F /* ClangHighlighter.cpp in CopyFiles */, AF90106515AB7D3600FF120D /* lldb.1 in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 1; @@ -7958,6 +7957,7 @@ 268900F313353E6F00698AC0 /* StackFrame.cpp in Sources */, 268900F413353E6F00698AC0 /* StackFrameList.cpp in Sources */, 268900F513353E6F00698AC0 /* StackID.cpp in Sources */, + 228B1B672113340200E61C70 /* ClangHighlighter.cpp in Sources */, 268900F613353E6F00698AC0 /* StopInfo.cpp in Sources */, 256CBDB41ADD0EFD00BC6CDC /* RegisterContextPOSIXCore_arm.cpp in Sources */, 267F684F1CC02E270086832B /* RegisterContextPOSIXCore_s390x.cpp in Sources */, |

