Author: jmolenda
Date: Wed Sep  7 18:08:36 2016
New Revision: 280879

URL: http://llvm.org/viewvc/llvm-project?rev=280879&view=rev
Log:
Remove CxaDemangle.cpp / .h from xcode project file.

Modified:
    lldb/trunk/lldb.xcodeproj/project.pbxproj

Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/lldb.xcodeproj/project.pbxproj?rev=280879&r1=280878&r2=280879&view=diff
==============================================================================
--- lldb/trunk/lldb.xcodeproj/project.pbxproj (original)
+++ lldb/trunk/lldb.xcodeproj/project.pbxproj Wed Sep  7 18:08:36 2016
@@ -193,7 +193,6 @@
                260CC65415D0440D002BF2E0 /* OptionValueUUID.cpp in Sources */ = 
{isa = PBXBuildFile; fileRef = 260CC64715D0440D002BF2E0 /* OptionValueUUID.cpp 
*/; };
                260E07C6136FA69E00CF21D3 /* OptionGroupUUID.cpp in Sources */ = 
{isa = PBXBuildFile; fileRef = 260E07C5136FA69E00CF21D3 /* OptionGroupUUID.cpp 
*/; };
                260E07C8136FAB9200CF21D3 /* OptionGroupFile.cpp in Sources */ = 
{isa = PBXBuildFile; fileRef = 260E07C7136FAB9200CF21D3 /* OptionGroupFile.cpp 
*/; };
-               2613F6C81B17B82F00D4DB85 /* CxaDemangle.cpp in Sources */ = 
{isa = PBXBuildFile; fileRef = 2613F6C71B17B82F00D4DB85 /* CxaDemangle.cpp */; 
};
                26151DC31B41E4A200FF7F1C /* SharingPtr.h in Headers */ = {isa = 
PBXBuildFile; fileRef = 261B5A5311C3F2AD00AABD0A /* SharingPtr.h */; settings = 
{ATTRIBUTES = (Public, ); }; };
                261744781168585B005ADD65 /* SBType.cpp in Sources */ = {isa = 
PBXBuildFile; fileRef = 261744771168585B005ADD65 /* SBType.cpp */; };
                2617447A11685869005ADD65 /* SBType.h in Headers */ = {isa = 
PBXBuildFile; fileRef = 2617447911685869005ADD65 /* SBType.h */; settings = 
{ATTRIBUTES = (Public, ); }; };
@@ -1562,8 +1561,6 @@
                2611FF11142D83060017FEA3 /* SBType.i */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.c.c.preprocessed; path = 
SBType.i; sourceTree = "<group>"; };
                2611FF12142D83060017FEA3 /* SBValue.i */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.c.c.preprocessed; path = 
SBValue.i; sourceTree = "<group>"; };
                2611FF13142D83060017FEA3 /* SBValueList.i */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.c.c.preprocessed; path = 
SBValueList.i; sourceTree = "<group>"; };
-               2613F6C71B17B82F00D4DB85 /* CxaDemangle.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
name = CxaDemangle.cpp; path = source/Core/CxaDemangle.cpp; sourceTree = 
"<group>"; };
-               2613F6C91B17B84500D4DB85 /* CxaDemangle.h */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CxaDemangle.h; 
path = include/lldb/Core/CxaDemangle.h; sourceTree = "<group>"; };
                2613F6CA1B17B85400D4DB85 /* FastDemangle.h */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.c.h; name = FastDemangle.h; 
path = include/lldb/Core/FastDemangle.h; sourceTree = "<group>"; };
                2615DB841208A9C90021781D /* StopInfo.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = 
StopInfo.h; path = include/lldb/Target/StopInfo.h; sourceTree = "<group>"; };
                2615DB861208A9E40021781D /* StopInfo.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
name = StopInfo.cpp; path = source/Target/StopInfo.cpp; sourceTree = "<group>"; 
};
@@ -4652,8 +4649,6 @@
                                266603C91345B5A8004DA8B6 /* 
ConnectionSharedMemory.cpp */,
                                26BC7D7C10F1B77400F91463 /* ConstString.h */,
                                26BC7E9410F1B85900F91463 /* ConstString.cpp */,
-                               2613F6C91B17B84500D4DB85 /* CxaDemangle.h */,
-                               2613F6C71B17B82F00D4DB85 /* CxaDemangle.cpp */,
                                26BC7D5910F1B77400F91463 /* DataBuffer.h */,
                                26BC7D5B10F1B77400F91463 /* DataBufferHeap.h */,
                                26BC7E7210F1B85900F91463 /* DataBufferHeap.cpp 
*/,
@@ -7305,7 +7300,6 @@
                                268900CF13353E5F00698AC0 /* 
SymbolVendorMacOSX.cpp in Sources */,
                                268900D013353E6F00698AC0 /* Block.cpp in 
Sources */,
                                268900D113353E6F00698AC0 /* ClangASTContext.cpp 
in Sources */,
-                               2613F6C81B17B82F00D4DB85 /* CxaDemangle.cpp in 
Sources */,
                                265192C61BA8E905002F08F6 /* CompilerDecl.cpp in 
Sources */,
                                268900D213353E6F00698AC0 /* CompilerType.cpp in 
Sources */,
                                945261C11B9A11FC00BF138D /* 
LibCxxInitializerList.cpp in Sources */,


_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to