[llvm-commits] CVS: llvm/win32/llc/llc.vcproj
Jeff Cohen
jeffc at jolt-lang.org
Mon Jan 3 22:02:06 PST 2005
Changes in directory llvm/win32/llc:
llc.vcproj updated: 1.5 -> 1.6
---
Log message:
Add C backend to llc in Visual Studio.
---
Diffs of the changes: (+2 -2)
Index: llvm/win32/llc/llc.vcproj
diff -u llvm/win32/llc/llc.vcproj:1.5 llvm/win32/llc/llc.vcproj:1.6
--- llvm/win32/llc/llc.vcproj:1.5 Sat Jan 1 22:23:12 2005
+++ llvm/win32/llc/llc.vcproj Tue Jan 4 00:01:55 2005
@@ -36,7 +36,7 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="$(SolutionDir)X86\$(IntDir)\X86TargetMachine.obj"
+ AdditionalDependencies="$(SolutionDir)X86\$(IntDir)\X86TargetMachine.obj $(SolutionDir)\CBackend\$(IntDir)\Writer.obj"
OutputFile="$(OutDir)/llc.exe"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
@@ -87,7 +87,7 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="$(SolutionDir)X86\$(IntDir)\X86TargetMachine.obj"
+ AdditionalDependencies="$(SolutionDir)X86\$(IntDir)\X86TargetMachine.obj $(SolutionDir)\CBackend\$(IntDir)\Writer.obj"
OutputFile="$(OutDir)/llc.exe"
LinkIncremental="1"
GenerateDebugInformation="TRUE"
More information about the llvm-commits
mailing list