diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2005-01-04 06:01:55 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2005-01-04 06:01:55 +0000 |
commit | 3af72e79ba673a2b8ee4bd96287cfcee69a563a9 (patch) | |
tree | 1b108dd5f0eb0fef20129bddec8f05f7aa5c43f6 /win32/llc | |
parent | b9befc5179f792c48f2dbf46c75b019cd3dc1b11 (diff) |
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.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/llc/llc.vcproj b/win32/llc/llc.vcproj index a5eb134a77..4a9bdab1a5 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" |