mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
0ccb93034a
I added the lexing files to the VStudio projects and removed the .l files from the VStudio projects. There was a problem with use of strtoll in TGLexer.cpp and Chris suggested switching to strtol, so that's included here. Additionally, this checkin adds minimal x64 builds to the VStudio builds. Build issues related to x64 in the windows specific files for DynamicLibrary.inc and Singals.inc are worked around, but not ultimately solved. Binaries used to be stored in ...\win32\{Debug|Release} but are now kept in ...\win32\bin\{win32|x64}\{Debug|Release} intermediate files will continue to be stored in the individual project directories under win32. Some names will likely change in the future to reflect that the vstudio projects are no longer 32-bit only, but I wanted to get things up and running today so kept away from bigger restructuring. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44260 91177308-0d34-0410-b5e6-96231b3b80d8
546 lines
12 KiB
XML
546 lines
12 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="Analysis"
|
|
ProjectGUID="{0622E827-8464-489D-8B1C-B0B496F35C08}"
|
|
Keyword="Win32Proj"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
<Platform
|
|
Name="x64"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="$(SolutionDir)\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"
|
|
/>
|
|
<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)/Analysis.lib"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="$(SolutionDir)\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"
|
|
/>
|
|
<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)/Analysis.lib"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Debug|x64"
|
|
OutputDirectory="$(SolutionDir)\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)/Analysis.lib"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|x64"
|
|
OutputDirectory="$(SolutionDir)\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"
|
|
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)/Analysis.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\Analysis\AliasAnalysis.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Analysis\AliasAnalysisCounter.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Analysis\AliasAnalysisEvaluator.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Analysis\AliasDebugger.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Analysis\AliasSetTracker.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Analysis\Analysis.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Analysis\BasicAliasAnalysis.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Analysis\CFGPrinter.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Analysis\ConstantFolding.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Analysis\InstCount.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Analysis\Interval.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Analysis\IntervalPartition.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Analysis\LoadValueNumbering.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Analysis\LoopInfo.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Analysis\LoopPass.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Analysis\MemoryDependenceAnalysis.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Analysis\PostDominators.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Analysis\ProfileInfo.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Analysis\ProfileInfoLoader.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Analysis\ProfileInfoLoaderPass.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Analysis\ScalarEvolution.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Analysis\ScalarEvolutionExpander.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Analysis\Trace.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Analysis\ValueNumbering.cpp"
|
|
>
|
|
</File>
|
|
<Filter
|
|
Name="IPA"
|
|
>
|
|
<File
|
|
RelativePath="..\..\lib\Analysis\Ipa\Andersens.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Analysis\Ipa\CallGraph.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Analysis\Ipa\CallGraphSCCPass.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Analysis\Ipa\FindUsedTypes.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\lib\Analysis\Ipa\GlobalsModRef.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="Header Files"
|
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
|
>
|
|
<File
|
|
RelativePath="..\..\include\llvm\Analysis\AliasAnalysis.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\llvm\Analysis\AliasSetTracker.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\llvm\Analysis\CallGraph.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\llvm\Analysis\CFGPrinter.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\llvm\Analysis\ConstantFolding.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\llvm\Analysis\ConstantsScanner.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\llvm\Analysis\DominatorInternals.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\llvm\Analysis\Dominators.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\llvm\Analysis\ET-Forest.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\llvm\Analysis\FindUsedTypes.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\llvm\Analysis\Interval.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\llvm\Analysis\IntervalIterator.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\llvm\Analysis\IntervalPartition.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\llvm\Analysis\LoadValueNumbering.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\llvm\Analysis\LoopInfo.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\llvm\Analysis\LoopPass.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\llvm\Analysis\Passes.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\llvm\Analysis\PostDominators.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\llvm\Analysis\ProfileInfo.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\llvm\Analysis\ProfileInfoLoader.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\llvm\Analysis\ProfileInfoTypes.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\llvm\Analysis\ScalarEvolution.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\llvm\Analysis\ScalarEvolutionExpander.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\llvm\Analysis\ScalarEvolutionExpressions.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\llvm\Analysis\Trace.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\llvm\Analysis\ValueNumbering.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\llvm\Analysis\Verifier.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|