diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2007-01-15 20:27:18 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2007-01-15 20:27:18 +0000 |
commit | 1b30754ba9ced4d87bf2b3699ec4908b57f474ed (patch) | |
tree | 9b1d4807e1456fba97b82c12d68ac6a46b6f6ba4 /win32 | |
parent | def2760d00f568cc82682cdb393556c7e12a27fd (diff) | |
download | external_llvm-1b30754ba9ced4d87bf2b3699ec4908b57f474ed.zip external_llvm-1b30754ba9ced4d87bf2b3699ec4908b57f474ed.tar.gz external_llvm-1b30754ba9ced4d87bf2b3699ec4908b57f474ed.tar.bz2 |
Unbreak VC++ build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33242 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32')
-rw-r--r-- | win32/CBackend/CBackend.vcproj | 2 | ||||
-rw-r--r-- | win32/CodeGen/CodeGen.vcproj | 3 | ||||
-rw-r--r-- | win32/VMCore/VMCore.vcproj | 3 | ||||
-rw-r--r-- | win32/llc/llc.vcproj | 4 |
4 files changed, 9 insertions, 3 deletions
diff --git a/win32/CBackend/CBackend.vcproj b/win32/CBackend/CBackend.vcproj index d9333b4..e194126 100644 --- a/win32/CBackend/CBackend.vcproj +++ b/win32/CBackend/CBackend.vcproj @@ -109,7 +109,7 @@ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> <File - RelativePath="..\..\lib\Target\CBackend\Writer.cpp"> + RelativePath="..\..\lib\Target\CBackend\CBackend.cpp"> </File> </Filter> <Filter diff --git a/win32/CodeGen/CodeGen.vcproj b/win32/CodeGen/CodeGen.vcproj index f67c161..43ef031 100644 --- a/win32/CodeGen/CodeGen.vcproj +++ b/win32/CodeGen/CodeGen.vcproj @@ -292,6 +292,9 @@ RelativePath="..\..\include\llvm\CodeGen\RegAllocRegistry.h"> </File> <File + RelativePath="..\..\include\llvm\CodeGen\RuntimeLibcalls.h"> + </File> + <File RelativePath="..\..\include\llvm\CodeGen\SchedGraphCommon.h"> </File> <File diff --git a/win32/VMCore/VMCore.vcproj b/win32/VMCore/VMCore.vcproj index 7cd69e9..c9b4b5e 100644 --- a/win32/VMCore/VMCore.vcproj +++ b/win32/VMCore/VMCore.vcproj @@ -291,6 +291,9 @@ RelativePath="..\..\include\llvm\PassManager.h"> </File> <File + RelativePath="..\..\include\llvm\PassManagers.h"> + </File> + <File RelativePath="..\..\include\llvm\PassSupport.h"> </File> <File diff --git a/win32/llc/llc.vcproj b/win32/llc/llc.vcproj index 0c55522..2a066b8 100644 --- a/win32/llc/llc.vcproj +++ b/win32/llc/llc.vcproj @@ -37,7 +37,7 @@ Name="VCCustomBuildTool"/> <Tool Name="VCLinkerTool" - AdditionalDependencies="$(SolutionDir)X86\$(IntDir)\X86TargetMachine.obj $(SolutionDir)\CBackend\$(IntDir)\Writer.obj" + AdditionalDependencies="$(SolutionDir)X86\$(IntDir)\X86TargetMachine.obj $(SolutionDir)\CBackend\$(IntDir)\CBackend.obj" OutputFile="$(OutDir)/llc.exe" LinkIncremental="2" GenerateDebugInformation="TRUE" @@ -89,7 +89,7 @@ Name="VCCustomBuildTool"/> <Tool Name="VCLinkerTool" - AdditionalDependencies="$(SolutionDir)X86\$(IntDir)\X86TargetMachine.obj $(SolutionDir)\CBackend\$(IntDir)\Writer.obj" + AdditionalDependencies="$(SolutionDir)X86\$(IntDir)\X86TargetMachine.obj $(SolutionDir)\CBackend\$(IntDir)\CBackend.obj" OutputFile="$(OutDir)/llc.exe" LinkIncremental="1" GenerateDebugInformation="TRUE" |