mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-10-31 08:16:47 +00:00 
			
		
		
		
	- update VC projects. - Add an overload to llvm::Stream for <<, since std::hex and std::dec have type std::ios_base& (*)(std::ios_base&) in VC++. (templating the function don't work, due to ambiguities) - add ../ on several include in X86/AsmPrinter/ git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54898 91177308-0d34-0410-b5e6-96231b3b80d8
		
			
				
	
	
		
			744 lines
		
	
	
		
			16 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			744 lines
		
	
	
		
			16 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="Windows-1252"?>
 | |
| <VisualStudioProject
 | |
| 	ProjectType="Visual C++"
 | |
| 	Version="8.00"
 | |
| 	Name="support"
 | |
| 	ProjectGUID="{28AA9146-3482-4F41-9CC6-407B1D258508}"
 | |
| 	RootNamespace="support"
 | |
| 	Keyword="Win32Proj"
 | |
| 	>
 | |
| 	<Platforms>
 | |
| 		<Platform
 | |
| 			Name="Win32"
 | |
| 		/>
 | |
| 		<Platform
 | |
| 			Name="x64"
 | |
| 		/>
 | |
| 	</Platforms>
 | |
| 	<ToolFiles>
 | |
| 	</ToolFiles>
 | |
| 	<Configurations>
 | |
| 		<Configuration
 | |
| 			Name="Debug|Win32"
 | |
| 			OutputDirectory="$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)"
 | |
| 			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
 | |
| 			ConfigurationType="4"
 | |
| 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops;..\common.vsprops"
 | |
| 			CharacterSet="2"
 | |
| 			>
 | |
| 			<Tool
 | |
| 				Name="VCPreBuildEventTool"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCCustomBuildTool"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCXMLDataGeneratorTool"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCWebServiceProxyGeneratorTool"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCMIDLTool"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCCLCompilerTool"
 | |
| 				Optimization="0"
 | |
| 				AdditionalIncludeDirectories="..\..\include;.."
 | |
| 				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
 | |
| 				StringPooling="true"
 | |
| 				MinimalRebuild="true"
 | |
| 				BasicRuntimeChecks="3"
 | |
| 				RuntimeLibrary="3"
 | |
| 				ForceConformanceInForLoopScope="true"
 | |
| 				RuntimeTypeInfo="true"
 | |
| 				UsePrecompiledHeader="0"
 | |
| 				ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
 | |
| 				BrowseInformation="1"
 | |
| 				WarningLevel="3"
 | |
| 				Detect64BitPortabilityProblems="false"
 | |
| 				DebugInformationFormat="3"
 | |
| 				DisableSpecificWarnings="4355,4146,4800"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCManagedResourceCompilerTool"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCResourceCompilerTool"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCPreLinkEventTool"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCLibrarianTool"
 | |
| 				OutputFile="$(OutDir)/support.lib"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCALinkTool"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCXDCMakeTool"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCBscMakeTool"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCFxCopTool"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCPostBuildEventTool"
 | |
| 			/>
 | |
| 		</Configuration>
 | |
| 		<Configuration
 | |
| 			Name="Release|Win32"
 | |
| 			OutputDirectory="$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)"
 | |
| 			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
 | |
| 			ConfigurationType="4"
 | |
| 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops;..\common.vsprops"
 | |
| 			CharacterSet="2"
 | |
| 			>
 | |
| 			<Tool
 | |
| 				Name="VCPreBuildEventTool"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCCustomBuildTool"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCXMLDataGeneratorTool"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCWebServiceProxyGeneratorTool"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCMIDLTool"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCCLCompilerTool"
 | |
| 				AdditionalIncludeDirectories="..\..\include;.."
 | |
| 				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
 | |
| 				StringPooling="true"
 | |
| 				RuntimeLibrary="2"
 | |
| 				ForceConformanceInForLoopScope="true"
 | |
| 				RuntimeTypeInfo="true"
 | |
| 				UsePrecompiledHeader="0"
 | |
| 				ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
 | |
| 				WarningLevel="3"
 | |
| 				Detect64BitPortabilityProblems="false"
 | |
| 				DebugInformationFormat="3"
 | |
| 				DisableSpecificWarnings="4355,4146,4800"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCManagedResourceCompilerTool"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCResourceCompilerTool"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCPreLinkEventTool"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCLibrarianTool"
 | |
| 				OutputFile="$(OutDir)/support.lib"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCALinkTool"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCXDCMakeTool"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCBscMakeTool"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCFxCopTool"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCPostBuildEventTool"
 | |
| 			/>
 | |
| 		</Configuration>
 | |
| 		<Configuration
 | |
| 			Name="Debug|x64"
 | |
| 			OutputDirectory="$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)"
 | |
| 			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
 | |
| 			ConfigurationType="4"
 | |
| 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 | |
| 			CharacterSet="2"
 | |
| 			>
 | |
| 			<Tool
 | |
| 				Name="VCPreBuildEventTool"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCCustomBuildTool"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCXMLDataGeneratorTool"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCWebServiceProxyGeneratorTool"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCMIDLTool"
 | |
| 				TargetEnvironment="3"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCCLCompilerTool"
 | |
| 				Optimization="0"
 | |
| 				AdditionalIncludeDirectories="..\..\include;.."
 | |
| 				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
 | |
| 				StringPooling="true"
 | |
| 				MinimalRebuild="true"
 | |
| 				BasicRuntimeChecks="3"
 | |
| 				RuntimeLibrary="3"
 | |
| 				ForceConformanceInForLoopScope="true"
 | |
| 				RuntimeTypeInfo="true"
 | |
| 				UsePrecompiledHeader="0"
 | |
| 				ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
 | |
| 				BrowseInformation="1"
 | |
| 				WarningLevel="3"
 | |
| 				Detect64BitPortabilityProblems="false"
 | |
| 				DebugInformationFormat="3"
 | |
| 				DisableSpecificWarnings="4355,4146,4800"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCManagedResourceCompilerTool"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCResourceCompilerTool"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCPreLinkEventTool"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCLibrarianTool"
 | |
| 				OutputFile="$(OutDir)/support.lib"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCALinkTool"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCXDCMakeTool"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCBscMakeTool"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCFxCopTool"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCPostBuildEventTool"
 | |
| 			/>
 | |
| 		</Configuration>
 | |
| 		<Configuration
 | |
| 			Name="Release|x64"
 | |
| 			OutputDirectory="$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)"
 | |
| 			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
 | |
| 			ConfigurationType="4"
 | |
| 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 | |
| 			CharacterSet="2"
 | |
| 			>
 | |
| 			<Tool
 | |
| 				Name="VCPreBuildEventTool"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCCustomBuildTool"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCXMLDataGeneratorTool"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCWebServiceProxyGeneratorTool"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCMIDLTool"
 | |
| 				TargetEnvironment="3"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCCLCompilerTool"
 | |
| 				Optimization="0"
 | |
| 				AdditionalIncludeDirectories="..\..\include;.."
 | |
| 				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
 | |
| 				StringPooling="true"
 | |
| 				RuntimeLibrary="2"
 | |
| 				ForceConformanceInForLoopScope="true"
 | |
| 				RuntimeTypeInfo="true"
 | |
| 				UsePrecompiledHeader="0"
 | |
| 				ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
 | |
| 				WarningLevel="3"
 | |
| 				Detect64BitPortabilityProblems="false"
 | |
| 				DebugInformationFormat="3"
 | |
| 				DisableSpecificWarnings="4355,4146,4800"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCManagedResourceCompilerTool"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCResourceCompilerTool"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCPreLinkEventTool"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCLibrarianTool"
 | |
| 				OutputFile="$(OutDir)/support.lib"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCALinkTool"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCXDCMakeTool"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCBscMakeTool"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCFxCopTool"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCPostBuildEventTool"
 | |
| 			/>
 | |
| 		</Configuration>
 | |
| 	</Configurations>
 | |
| 	<References>
 | |
| 	</References>
 | |
| 	<Files>
 | |
| 		<Filter
 | |
| 			Name="Source Files"
 | |
| 			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
 | |
| 			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
 | |
| 			>
 | |
| 			<File
 | |
| 				RelativePath="..\..\lib\Support\Allocator.cpp"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\lib\Support\Annotation.cpp"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\lib\Support\APFloat.cpp"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\lib\Support\APInt.cpp"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\lib\Support\APSInt.cpp"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\lib\Support\CommandLine.cpp"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\lib\Support\ConstantRange.cpp"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\lib\Support\Debug.cpp"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\lib\Support\Dwarf.cpp"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\lib\Support\FileUtilities.cpp"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\lib\Support\FoldingSet.cpp"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\lib\Support\GraphWriter.cpp"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\lib\Support\IsInf.cpp"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\lib\Support\IsNAN.cpp"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\lib\Support\ManagedStatic.cpp"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\lib\Support\MemoryBuffer.cpp"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\lib\Support\PluginLoader.cpp"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\lib\Support\raw_ostream.cpp"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\lib\Support\SlowOperationInformer.cpp"
 | |
| 				>
 | |
| 				<FileConfiguration
 | |
| 					Name="Release|x64"
 | |
| 					ExcludedFromBuild="true"
 | |
| 					>
 | |
| 					<Tool
 | |
| 						Name="VCCLCompilerTool"
 | |
| 					/>
 | |
| 				</FileConfiguration>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\lib\Support\SmallPtrSet.cpp"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\lib\Support\Statistic.cpp"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\lib\Support\Streams.cpp"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\lib\Support\StringExtras.cpp"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\lib\Support\StringMap.cpp"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\lib\Support\StringPool.cpp"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\lib\Support\SystemUtils.cpp"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\lib\Support\Timer.cpp"
 | |
| 				>
 | |
| 			</File>
 | |
| 		</Filter>
 | |
| 		<Filter
 | |
| 			Name="Header Files"
 | |
| 			Filter="h;hpp;hxx;hm;inl;inc;xsd"
 | |
| 			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
 | |
| 			>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Support\AIXDataTypesFix.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Support\Alignment.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Support\AlignOf.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Support\Allocator.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Support\Annotation.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Support\CallSite.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Support\Casting.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Support\CFG.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Support\CHelpers.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Support\CommandLine.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Support\Compiler.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Support\ConstantRange.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Support\Debug.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Support\DOTGraphTraits.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Support\Dwarf.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Support\ELF.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Support\FileUtilities.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Support\GetElementPtrTypeIterator.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Support\GraphWriter.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Support\InstIterator.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Support\InstVisitor.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Support\LeakDetector.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Support\Linker.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Support\MallocAllocator.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Support\ManagedStatic.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Support\Mangler.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Support\MathExtras.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Support\MemoryBuffer.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Support\OutputBuffer.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Support\PassNameParser.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Support\PatternMatch.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Support\PluginLoader.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Support\Registry.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Support\SlowOperationInformer.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Support\StableBasicBlockNumbering.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Support\Streams.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Support\StringPool.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Support\SystemUtils.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Support\ThreadSupport-NoSupport.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Support\ThreadSupport-PThreads.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Support\Timer.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Support\type_traits.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 		</Filter>
 | |
| 		<Filter
 | |
| 			Name="ADT"
 | |
| 			>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\ADT\APInt.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\ADT\APSInt.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\ADT\BitVector.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Support\DataTypes.h.in"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Adt\DenseMap.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\ADT\DenseSet.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Adt\DepthFirstIterator.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Adt\EquivalenceClasses.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\ADT\FoldingSet.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Adt\GraphTraits.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Adt\hash_map"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Adt\hash_set"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Adt\HashExtras.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Adt\ilist"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\ADT\ImmutableMap.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\ADT\ImmutableSet.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\ADT\IndexedMap.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Adt\iterator"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Adt\PostOrderIterator.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\ADT\PriorityQueue.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Adt\SCCIterator.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Adt\SetOperations.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Adt\SetVector.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\ADT\SmallPtrSet.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\ADT\SmallSet.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\ADT\SmallString.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\ADT\SmallVector.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Adt\Statistic.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Adt\STLExtras.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Adt\StringExtras.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\ADT\StringMap.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Adt\Tree.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Adt\UniqueVector.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 			<File
 | |
| 				RelativePath="..\..\include\llvm\Adt\VectorExtras.h"
 | |
| 				>
 | |
| 			</File>
 | |
| 		</Filter>
 | |
| 	</Files>
 | |
| 	<Globals>
 | |
| 	</Globals>
 | |
| </VisualStudioProject>
 |