diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2006-11-05 19:31:28 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2006-11-05 19:31:28 +0000 |
commit | d41b30def3181bce4bf87e8bde664d15663165d0 (patch) | |
tree | b4a9c4e0797b23f78257e4cb0f74fde8ec183b2e /win32/CodeGen | |
parent | bcf81242df7983b8e86bec179c4fa04265b26db2 (diff) | |
download | external_llvm-d41b30def3181bce4bf87e8bde664d15663165d0.zip external_llvm-d41b30def3181bce4bf87e8bde664d15663165d0.tar.gz external_llvm-d41b30def3181bce4bf87e8bde664d15663165d0.tar.bz2 |
Unbreak VC++ build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31464 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32/CodeGen')
-rw-r--r-- | win32/CodeGen/CodeGen.vcproj | 33 |
1 files changed, 27 insertions, 6 deletions
diff --git a/win32/CodeGen/CodeGen.vcproj b/win32/CodeGen/CodeGen.vcproj index 5d71d4c..f67c161 100644 --- a/win32/CodeGen/CodeGen.vcproj +++ b/win32/CodeGen/CodeGen.vcproj @@ -133,6 +133,9 @@ RelativePath="..\..\lib\CodeGen\LiveVariables.cpp"> </File> <File + RelativePath="..\..\lib\CodeGen\LLVMTargetMachine.cpp"> + </File> + <File RelativePath="..\..\lib\CodeGen\MachineBasicBlock.cpp"> </File> <File @@ -145,6 +148,9 @@ RelativePath="..\..\lib\CodeGen\MachineInstr.cpp"> </File> <File + RelativePath="..\..\lib\CodeGen\MachinePassRegistry.cpp"> + </File> + <File RelativePath="..\..\lib\CodeGen\Passes.cpp"> </File> <File @@ -169,9 +175,6 @@ RelativePath="..\..\lib\CodeGen\UnreachableBlockElim.cpp"> </File> <File - RelativePath="..\..\lib\CodeGen\ValueTypes.cpp"> - </File> - <File RelativePath="..\..\lib\CodeGen\VirtRegMap.cpp"> </File> <Filter @@ -190,6 +193,9 @@ RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAGList.cpp"> </File> <File + RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAGRRList.cpp"> + </File> + <File RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAGSimple.cpp"> </File> <File @@ -201,6 +207,9 @@ <File RelativePath="..\..\lib\CodeGen\SelectionDAG\SelectionDAGPrinter.cpp"> </File> + <File + RelativePath="..\..\lib\CodeGen\SelectionDAG\TargetLowering.cpp"> + </File> </Filter> </Filter> <Filter @@ -223,6 +232,9 @@ RelativePath="..\..\include\llvm\CodeGen\IntrinsicLowering.h"> </File> <File + RelativePath="..\..\include\llvm\CodeGen\LinkAllCodegenComponents.h"> + </File> + <File RelativePath="..\..\include\llvm\CodeGen\LiveInterval.h"> </File> <File @@ -262,21 +274,33 @@ RelativePath="..\..\include\llvm\CodeGen\MachineLocation.h"> </File> <File + RelativePath="..\..\include\llvm\CodeGen\MachinePassRegistry.h"> + </File> + <File RelativePath="..\..\include\llvm\CodeGen\MachineRelocation.h"> </File> <File + RelativePath="..\..\include\llvm\CodeGen\MachOWriter.h"> + </File> + <File RelativePath="..\..\include\llvm\CodeGen\Passes.h"> </File> <File RelativePath="..\..\lib\CodeGen\PhysRegTracker.h"> </File> <File + RelativePath="..\..\include\llvm\CodeGen\RegAllocRegistry.h"> + </File> + <File RelativePath="..\..\include\llvm\CodeGen\SchedGraphCommon.h"> </File> <File RelativePath="..\..\include\llvm\CodeGen\ScheduleDAG.h"> </File> <File + RelativePath="..\..\include\llvm\CodeGen\SchedulerRegistry.h"> + </File> + <File RelativePath="..\..\include\llvm\CodeGen\SelectionDAG.h"> </File> <File @@ -289,9 +313,6 @@ RelativePath="..\..\include\llvm\CodeGen\SSARegMap.h"> </File> <File - RelativePath="..\..\include\llvm\CodeGen\ValueSet.h"> - </File> - <File RelativePath="..\..\include\llvm\CodeGen\ValueTypes.h"> </File> <File |