Add Basic/Targets.cpp to the Xcode project...
llvm-svn: 46182
This commit is contained in:
		
							parent
							
								
									26c33032fa
								
							
						
					
					
						commit
						31c89f2bb0
					
				| 
						 | 
				
			
			@ -7,6 +7,7 @@
 | 
			
		|||
	objects = {
 | 
			
		||||
 | 
			
		||||
/* Begin PBXBuildFile section */
 | 
			
		||||
		03F50AC60D416EAA00B9CF60 /* Targets.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 03F50AC50D416EAA00B9CF60 /* Targets.cpp */; };
 | 
			
		||||
		1A30A9E90B93A4C800201A91 /* ExprCXX.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 1A30A9E80B93A4C800201A91 /* ExprCXX.h */; };
 | 
			
		||||
		1A7342480C7B57D500122F56 /* CGObjC.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A7342470C7B57D500122F56 /* CGObjC.cpp */; };
 | 
			
		||||
		1A869A700BA2164C008DA07A /* LiteralSupport.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 1A869A6E0BA2164C008DA07A /* LiteralSupport.h */; };
 | 
			
		||||
| 
						 | 
				
			
			@ -218,6 +219,7 @@
 | 
			
		|||
/* End PBXCopyFilesBuildPhase section */
 | 
			
		||||
 | 
			
		||||
/* Begin PBXFileReference section */
 | 
			
		||||
		03F50AC50D416EAA00B9CF60 /* Targets.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Targets.cpp; sourceTree = "<group>"; };
 | 
			
		||||
		1A30A9E80B93A4C800201A91 /* ExprCXX.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ExprCXX.h; path = clang/AST/ExprCXX.h; sourceTree = "<group>"; };
 | 
			
		||||
		1A68BC110D0CADDD001A28C8 /* PPCBuiltins.def */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = PPCBuiltins.def; path = clang/AST/PPCBuiltins.def; sourceTree = "<group>"; };
 | 
			
		||||
		1A68BC120D0CADDD001A28C8 /* TargetBuiltins.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TargetBuiltins.h; path = clang/AST/TargetBuiltins.h; sourceTree = "<group>"; };
 | 
			
		||||
| 
						 | 
				
			
			@ -726,6 +728,7 @@
 | 
			
		|||
		DED7D7500A5242C7003AD0FB /* Basic */ = {
 | 
			
		||||
			isa = PBXGroup;
 | 
			
		||||
			children = (
 | 
			
		||||
				03F50AC50D416EAA00B9CF60 /* Targets.cpp */,
 | 
			
		||||
				DED7D75D0A5242C7003AD0FB /* Diagnostic.cpp */,
 | 
			
		||||
				DED7D75E0A5242C7003AD0FB /* FileManager.cpp */,
 | 
			
		||||
				DE3986F30CB8D50C00223765 /* IdentifierTable.cpp */,
 | 
			
		||||
| 
						 | 
				
			
			@ -897,6 +900,7 @@
 | 
			
		|||
				35BB2D7D0D19951A00944DB5 /* TranslationUnit.cpp in Sources */,
 | 
			
		||||
				35BB2D7F0D19954000944DB5 /* ASTConsumer.cpp in Sources */,
 | 
			
		||||
				DE47999C0D2EBE1A00706D2D /* SemaExprObjC.cpp in Sources */,
 | 
			
		||||
				03F50AC60D416EAA00B9CF60 /* Targets.cpp in Sources */,
 | 
			
		||||
			);
 | 
			
		||||
			runOnlyForDeploymentPostprocessing = 0;
 | 
			
		||||
		};
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue