aboutsummaryrefslogtreecommitdiffstats
path: root/win32/llc
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2005-01-04 06:01:55 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2005-01-04 06:01:55 +0000
commit3af72e79ba673a2b8ee4bd96287cfcee69a563a9 (patch)
tree1b108dd5f0eb0fef20129bddec8f05f7aa5c43f6 /win32/llc
parentb9befc5179f792c48f2dbf46c75b019cd3dc1b11 (diff)
downloadexternal_llvm-3af72e79ba673a2b8ee4bd96287cfcee69a563a9.zip
external_llvm-3af72e79ba673a2b8ee4bd96287cfcee69a563a9.tar.gz
external_llvm-3af72e79ba673a2b8ee4bd96287cfcee69a563a9.tar.bz2
Add C backend to llc in Visual Studio.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19282 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32/llc')
-rw-r--r--win32/llc/llc.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/llc/llc.vcproj b/win32/llc/llc.vcproj
index a5eb134..4a9bdab 100644
--- a/win32/llc/llc.vcproj
+++ b/win32/llc/llc.vcproj
@@ -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"