diff options
author | Chuck Rose III <cfr@adobe.com> | 2007-12-10 19:31:09 +0000 |
---|---|---|
committer | Chuck Rose III <cfr@adobe.com> | 2007-12-10 19:31:09 +0000 |
commit | 1a4ab520d53b375a6e8dc49c5fce647b09557d06 (patch) | |
tree | 934b820a64ab5684b20e6e4b697c17ddc6c306ad /win32 | |
parent | ec90cd1bf8f905e7befbb5049afbd1304dbfe13b (diff) |
Add StringPool + new CodeGen files to win32 build
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44805 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32')
-rw-r--r-- | win32/CodeGen/CodeGen.vcproj | 24 | ||||
-rw-r--r-- | win32/Support/Support.vcproj | 8 |
2 files changed, 32 insertions, 0 deletions
diff --git a/win32/CodeGen/CodeGen.vcproj b/win32/CodeGen/CodeGen.vcproj index d87abc2bb5..79cd506c44 100644 --- a/win32/CodeGen/CodeGen.vcproj +++ b/win32/CodeGen/CodeGen.vcproj @@ -476,6 +476,26 @@ > </File> <File + RelativePath="..\..\lib\CodeGen\SelectionDAG\LegalizeTypes.cpp" + > + </File> + <File + RelativePath="..\..\lib\CodeGen\SelectionDAG\LegalizeTypesExpand.cpp" + > + </File> + <File + RelativePath="..\..\lib\CodeGen\SelectionDAG\LegalizeTypesPromote.cpp" + > + </File> + <File + RelativePath="..\..\lib\CodeGen\SelectionDAG\LegalizeTypesScalarize.cpp" + > + </File> + <File + RelativePath="..\..\lib\CodeGen\SelectionDAG\LegalizeTypesSplit.cpp" + > + </File> + <File RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAG.cpp" > </File> @@ -551,6 +571,10 @@ > </File> <File + RelativePath="..\..\lib\CodeGen\SelectionDAG\LegalizeTypes.h" + > + </File> + <File RelativePath="..\..\include\llvm\CodeGen\LinkAllCodegenComponents.h" > </File> diff --git a/win32/Support/Support.vcproj b/win32/Support/Support.vcproj index e9e9c304d1..6e9eb07425 100644 --- a/win32/Support/Support.vcproj +++ b/win32/Support/Support.vcproj @@ -409,6 +409,10 @@ > </File> <File + RelativePath="..\..\lib\Support\StringPool.cpp" + > + </File> + <File RelativePath="..\..\lib\Support\SystemUtils.cpp" > </File> @@ -567,6 +571,10 @@ > </File> <File + RelativePath="..\..\include\llvm\Support\StringPool.h" + > + </File> + <File RelativePath="..\..\include\llvm\Support\SystemUtils.h" > </File> |