mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-30 02:25:19 +00:00
Updated VC++ build system
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44004 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -169,10 +169,6 @@
|
|||||||
RelativePath="..\..\lib\CodeGen\BranchFolding.cpp"
|
RelativePath="..\..\lib\CodeGen\BranchFolding.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath="..\..\lib\CodeGen\BreakCriticalMachineEdges.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\lib\CodeGen\CollectorMetadata.cpp"
|
RelativePath="..\..\lib\CodeGen\CollectorMetadata.cpp"
|
||||||
>
|
>
|
||||||
@@ -367,6 +363,10 @@
|
|||||||
RelativePath="..\..\include\llvm\CodeGen\AsmPrinter.h"
|
RelativePath="..\..\include\llvm\CodeGen\AsmPrinter.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\include\llvm\CodeGen\BreakCriticalMachineEdge.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\llvm\CodeGen\CallingConvLower.h"
|
RelativePath="..\..\include\llvm\CodeGen\CallingConvLower.h"
|
||||||
>
|
>
|
||||||
|
@@ -111,9 +111,9 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Generating $(SolutionDir)llvm\Config\config.h"
|
Description="Generating $(SolutionDir)llvm\Config\config.h"
|
||||||
CommandLine="copy $(InputPath)+$(SolutionDir)config.h $(ProjectDir)..\llvm\Config\config.h
"
|
CommandLine="copy "$(InputPath)"+"$(SolutionDir)config.h" "$(ProjectDir)..\llvm\Config\config.h"
"
|
||||||
AdditionalDependencies="$(SolutionDir)config.h"
|
AdditionalDependencies=""$(SolutionDir)config.h""
|
||||||
Outputs="$(ProjectDir)..\llvm\Config\config.h"
|
Outputs=""$(ProjectDir)..\llvm\Config\config.h""
|
||||||
/>
|
/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
@@ -126,8 +126,8 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Generating $(SolutionDir)llvm\Support\DataTypes.h"
|
Description="Generating $(SolutionDir)llvm\Support\DataTypes.h"
|
||||||
CommandLine="copy $(InputPath) $(ProjectDir)..\llvm\Support\DataTypes.h
"
|
CommandLine="copy "$(InputPath)" "$(ProjectDir)..\llvm\Support\DataTypes.h"
"
|
||||||
Outputs="$(ProjectDir)..\llvm\Support\DataTypes.h"
|
Outputs=""$(ProjectDir)..\llvm\Support\DataTypes.h""
|
||||||
/>
|
/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
@@ -140,8 +140,8 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Generating $(SolutionDir)llvm\ADT\hash_map"
|
Description="Generating $(SolutionDir)llvm\ADT\hash_map"
|
||||||
CommandLine="copy $(InputPath) $(ProjectDir)..\llvm\ADT\hash_map
"
|
CommandLine="copy "$(InputPath)" "$(ProjectDir)..\llvm\ADT\hash_map"
"
|
||||||
Outputs="$(ProjectDir)..\llvm\ADT\hash_map"
|
Outputs=""$(ProjectDir)..\llvm\ADT\hash_map""
|
||||||
/>
|
/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
@@ -154,8 +154,8 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Generating $(SolutionDir)llvm\ADT\hash_set"
|
Description="Generating $(SolutionDir)llvm\ADT\hash_set"
|
||||||
CommandLine="copy $(InputPath) $(ProjectDir)..\llvm\ADT\hash_set
"
|
CommandLine="copy "$(InputPath)" "$(ProjectDir)..\llvm\ADT\hash_set"
"
|
||||||
Outputs="$(ProjectDir)..\llvm\ADT\hash_set"
|
Outputs=""$(ProjectDir)..\llvm\ADT\hash_set""
|
||||||
/>
|
/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
@@ -168,8 +168,8 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Generating $(SolutionDir)llvm\ADT\iterator"
|
Description="Generating $(SolutionDir)llvm\ADT\iterator"
|
||||||
CommandLine="copy $(InputPath) $(ProjectDir)..\llvm\ADT\iterator
"
|
CommandLine="copy "$(InputPath)" "$(ProjectDir)..\llvm\ADT\iterator"
"
|
||||||
Outputs="$(ProjectDir)..\llvm\ADT\iterator"
|
Outputs=""$(ProjectDir)..\llvm\ADT\iterator""
|
||||||
/>
|
/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
|
Reference in New Issue
Block a user