mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-23 15:29:51 +00:00
7c2c2e71ed
1. Switch from VStudio 2k3 to VStudio 2k5 2. All pdb files now will be placed as $(OutputDir)/$(ProjectName).pdb. This puts them alongside the binaries with the same base name as the binary. If you need to copy the results of your llvm build into another project's tree, this will simplify that process. 3. Recent files added to the tree were added to the proejects within the VStudio project 4. Project build dependency order fixed so that the build can take place in one pass. A generated file was not being built at the correct time, causing a build error in about half the projects until the build was run a second time. Note you will need flex and bison installed an in your path in order to build properly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40557 91177308-0d34-0410-b5e6-96231b3b80d8
394 lines
14 KiB
XML
394 lines
14 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="x86"
|
|
ProjectGUID="{144EEBF6-8C9B-4473-B715-2C821666AF6C}"
|
|
RootNamespace="x86"
|
|
Keyword="Win32Proj"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="..\Debug"
|
|
IntermediateDirectory="Debug"
|
|
ConfigurationType="4"
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.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;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)/x86.lib"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="..\Release"
|
|
IntermediateDirectory="Release"
|
|
ConfigurationType="4"
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.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;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)/x86.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\Target\X86\X86.td"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="Performing TableGen Step"
|
|
CommandLine="echo Building $(InputFileName) register names with tblgen
..\$(IntDir)\TableGen.exe -gen-register-enums -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenRegisterNames.inc
echo Building $(InputFileName) register information header with tblgen
..\$(IntDir)\TableGen.exe -gen-register-desc-header -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenRegisterInfo.h.inc
echo Building $(InputFileName) register information implementation with tblgen
..\$(IntDir)\TableGen.exe -gen-register-desc -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenRegisterInfo.inc
echo Building $(InputFileName) instruction names with tblgen
..\$(IntDir)\TableGen.exe -gen-instr-enums -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenInstrNames.inc
echo Building $(InputFileName) instruction information with tblgen
..\$(IntDir)\TableGen.exe -gen-instr-desc -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenInstrInfo.inc
echo Building $(InputFileName) assembly writer with tblgen
..\$(IntDir)\TableGen.exe -gen-asm-writer -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenAsmWriter.inc
echo Building $(InputFileName) assembly writer #1 with tblgen
..\$(IntDir)\TableGen.exe -gen-asm-writer -asmwriternum=1 -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenAsmWriter1.inc
echo Building $(InputFileName) instruction selector implementation with tblgen
..\$(IntDir)\TableGen.exe -gen-dag-isel -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenDAGISel.inc
echo Building $(InputFileName) subtarget information with tblgen
..\$(IntDir)\TableGen.exe -gen-subtarget -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenSubtarget.inc
echo Building $(InputFileName) calling convention information with tblgen
..\$(IntDir)\TableGen.exe -gen-callingconv -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenCallingConv.inc
"
|
|
AdditionalDependencies="$(InputDir)X86InstrInfo.td;$(InputDir)X86RegisterInfo.td;$(InputDir)X86InstrFPStack.td;$(InputDir)X86InstrMMX.td;$(InputDir)X86InstrSSE.td;$(InputDir)X86CallingConv.td;$(InputDir)..\Target.td;$(InputDir)..\TargetSchedule.td;$(InputDir)..\TargetScheduleDAG.td;$(ProjectDir)..\$(IntDir)\TableGen.exe"
|
|
Outputs="X86GenRegisterNames.inc;X86GenRegisterInfo.h.inc;X86GenRegisterInfo.inc;X86GenInstrNames.inc;X86GenInstrInfo.inc;X86GenAsmWriter.inc;X86GenAsmWriter1.inc;X86GenDAGISel.inc;X86GenSubtarget.inc;X86GenCallingConv.inc"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="Performing TableGen Step"
|
|
CommandLine="echo Building $(InputFileName) register names with tblgen
..\$(IntDir)\TableGen.exe -gen-register-enums -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenRegisterNames.inc
echo Building $(InputFileName) register information header with tblgen
..\$(IntDir)\TableGen.exe -gen-register-desc-header -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenRegisterInfo.h.inc
echo Building $(InputFileName) register information implementation with tblgen
..\$(IntDir)\TableGen.exe -gen-register-desc -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenRegisterInfo.inc
echo Building $(InputFileName) instruction names with tblgen
..\$(IntDir)\TableGen.exe -gen-instr-enums -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenInstrNames.inc
echo Building $(InputFileName) instruction information with tblgen
..\$(IntDir)\TableGen.exe -gen-instr-desc -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenInstrInfo.inc
echo Building $(InputFileName) assembly writer with tblgen
..\$(IntDir)\TableGen.exe -gen-asm-writer -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenAsmWriter.inc
echo Building $(InputFileName) assembly writer #1 with tblgen
..\$(IntDir)\TableGen.exe -gen-asm-writer -asmwriternum=1 -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenAsmWriter1.inc
echo Building $(InputFileName) instruction selector implementation with tblgen
..\$(IntDir)\TableGen.exe -gen-dag-isel -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenDAGISel.inc
echo Building $(InputFileName) subtarget information with tblgen
..\$(IntDir)\TableGen.exe -gen-subtarget -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenSubtarget.inc
echo Building $(InputFileName) calling convention information with tblgen
..\$(IntDir)\TableGen.exe -gen-callingconv -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenCallingConv.inc
"
|
|
AdditionalDependencies="$(InputDir)X86InstrInfo.td;$(InputDir)X86RegisterInfo.td;$(InputDir)X86InstrFPStack.td;$(InputDir)X86InstrMMX.td;$(InputDir)X86InstrSSE.td;$(InputDir)X86CallingConv.td;$(InputDir)..\Target.td;$(InputDir)..\TargetSchedule.td;$(InputDir)..\TargetScheduleDAG.td;$(ProjectDir)..\$(IntDir)\TableGen.exe"
|
|
Outputs="X86GenRegisterNames.inc;X86GenRegisterInfo.h.inc;X86GenRegisterInfo.inc;X86GenInstrNames.inc;X86GenInstrInfo.inc;X86GenAsmWriter.inc;X86GenAsmWriter1.inc;X86GenDAGISel.inc;X86GenSubtarget.inc;X86GenCallingConv.inc"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Target\X86\X86AsmPrinter.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Target\X86\X86ATTAsmPrinter.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Target\X86\X86CodeEmitter.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Target\X86\X86COFF.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Target\X86\X86ELFWriterInfo.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Target\X86\X86ELFWriterInfo.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Target\X86\X86FloatingPoint.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Target\X86\X86InstrInfo.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Target\X86\X86InstrX86-64.td"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Target\X86\X86IntelAsmPrinter.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Target\X86\X86ISelDAGToDAG.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Target\X86\X86ISelLowering.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Target\X86\X86JITInfo.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Target\X86\X86RegisterInfo.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Target\X86\X86Subtarget.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Target\X86\X86TargetAsmInfo.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Target\X86\X86TargetMachine.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Header Files"
|
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
|
>
|
|
<File
|
|
RelativePath="..\..\lib\Target\Target.td"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Target\TargetSchedule.td"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Target\TargetSelectionDAG.td"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Target\X86\X86.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Target\X86\X86ATTAsmPrinter.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Target\X86\X86CallingConv.td"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Target\X86\X86InstrBuilder.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Target\X86\X86InstrFPStack.td"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Target\X86\X86InstrInfo.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Target\X86\X86InstrInfo.td"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Target\X86\X86InstrMMX.td"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Target\X86\X86InstrSSE.td"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Target\X86\X86IntelAsmPrinter.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Target\X86\X86ISelLowering.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Target\X86\X86JITInfo.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Target\X86\X86MachineFunctionInfo.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Target\X86\X86RegisterInfo.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Target\X86\X86RegisterInfo.td"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Target\X86\X86Subtarget.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Target\X86\X86TargetAsmInfo.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Target\X86\X86TargetMachine.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Generated Tablegen Files"
|
|
>
|
|
<File
|
|
RelativePath=".\X86GenAsmWriter.inc"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\X86GenAsmWriter1.inc"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\X86GenDAGISel.inc"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\X86GenInstrInfo.inc"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\X86GenInstrNames.inc"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\X86GenRegisterInfo.h.inc"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\X86GenRegisterInfo.inc"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\X86GenRegisterNames.inc"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\X86GenSubtarget.inc"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|