[Lldb-commits] [lldb] r125214 - /lldb/branches/apple/calcite/lldb/lldb.xcodeproj/project.pbxproj

Caroline Tice ctice at apple.com
Wed Feb 9 12:39:32 PST 2011


Author: ctice
Date: Wed Feb  9 14:39:32 2011
New Revision: 125214

URL: http://llvm.org/viewvc/llvm-project?rev=125214&view=rev
Log:
Fix the file paths for UniqueDWARFFASTType.cpp and UniqueDWARFFASTType.h


Modified:
    lldb/branches/apple/calcite/lldb/lldb.xcodeproj/project.pbxproj

Modified: lldb/branches/apple/calcite/lldb/lldb.xcodeproj/project.pbxproj
URL: http://llvm.org/viewvc/llvm-project/lldb/branches/apple/calcite/lldb/lldb.xcodeproj/project.pbxproj?rev=125214&r1=125213&r2=125214&view=diff
==============================================================================
--- lldb/branches/apple/calcite/lldb/lldb.xcodeproj/project.pbxproj (original)
+++ lldb/branches/apple/calcite/lldb/lldb.xcodeproj/project.pbxproj Wed Feb  9 14:39:32 2011
@@ -571,8 +571,8 @@
 		2660D9F711922A1300958FBD /* StringExtractor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = StringExtractor.h; path = source/Utility/StringExtractor.h; sourceTree = "<group>"; };
 		2660D9FE11922A7F00958FBD /* ThreadPlanStepUntil.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadPlanStepUntil.cpp; path = source/Target/ThreadPlanStepUntil.cpp; sourceTree = "<group>"; };
 		26680207115FD0ED008E1FE4 /* LLDB.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = LLDB.framework; sourceTree = BUILT_PRODUCTS_DIR; };
-		266847D213031C98002262D6 /* UniqueDWARFASTType.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = UniqueDWARFASTType.cpp; path = ../../../../../../../../../../../private/tmp/lldb/source/Plugins/SymbolFile/DWARF/UniqueDWARFASTType.cpp; sourceTree = "<group>"; };
-		266847D313031C98002262D6 /* UniqueDWARFASTType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = UniqueDWARFASTType.h; path = ../../../../../../../../../../../private/tmp/lldb/source/Plugins/SymbolFile/DWARF/UniqueDWARFASTType.h; sourceTree = "<group>"; };
+		266847D213031C98002262D6 /* UniqueDWARFASTType.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = UniqueDWARFASTType.cpp; sourceTree = "<group>"; };
+		266847D313031C98002262D6 /* UniqueDWARFASTType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UniqueDWARFASTType.h; sourceTree = "<group>"; };
 		266960591199F4230075C61A /* build-llvm.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "build-llvm.pl"; sourceTree = "<group>"; };
 		2669605A1199F4230075C61A /* build-swig-wrapper-classes.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "build-swig-wrapper-classes.sh"; sourceTree = "<group>"; };
 		2669605B1199F4230075C61A /* checkpoint-llvm.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "checkpoint-llvm.pl"; sourceTree = "<group>"; };





More information about the lldb-commits mailing list