diff options
author | Chuck Rose III <cfr@adobe.com> | 2008-01-03 19:53:03 +0000 |
---|---|---|
committer | Chuck Rose III <cfr@adobe.com> | 2008-01-03 19:53:03 +0000 |
commit | 0b589912a82984bed9d4ab0df71b06a127f54986 (patch) | |
tree | 34577a7c29bc2a4fce671307d0fb625f2bc8414b /win32/CodeGen | |
parent | 069266b52f86a8577595373bd15a13240f8630b3 (diff) | |
download | external_llvm-0b589912a82984bed9d4ab0df71b06a127f54986.zip external_llvm-0b589912a82984bed9d4ab0df71b06a127f54986.tar.gz external_llvm-0b589912a82984bed9d4ab0df71b06a127f54986.tar.bz2 |
Adding new files to win32 build
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45545 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32/CodeGen')
-rw-r--r-- | win32/CodeGen/CodeGen.vcproj | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/win32/CodeGen/CodeGen.vcproj b/win32/CodeGen/CodeGen.vcproj index bef0d18..6e129e4 100644 --- a/win32/CodeGen/CodeGen.vcproj +++ b/win32/CodeGen/CodeGen.vcproj @@ -453,6 +453,10 @@ > </File> <File + RelativePath="..\..\lib\CodeGen\TargetInstrInfoImpl.cpp" + > + </File> + <File RelativePath="..\..\lib\CodeGen\TwoAddressInstructionPass.cpp" > </File> @@ -647,10 +651,18 @@ > </File> <File + RelativePath="..\..\include\llvm\CodeGen\MachineOperand.h" + > + </File> + <File RelativePath="..\..\include\llvm\CodeGen\MachinePassRegistry.h" > </File> <File + RelativePath="..\..\include\llvm\CodeGen\MachineRegisterInfo.h" + > + </File> + <File RelativePath="..\..\include\llvm\CodeGen\MachineRelocation.h" > </File> @@ -711,10 +723,6 @@ > </File> <File - RelativePath="..\..\include\llvm\CodeGen\SSARegMap.h" - > - </File> - <File RelativePath="..\..\include\llvm\CodeGen\ValueTypes.h" > </File> |