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 | eb7975cb49ee71ba7dde0cae5705f5a1e29dd38a (patch) | |
tree | 934b820a64ab5684b20e6e4b697c17ddc6c306ad | |
parent | f9a30fc8bfb012155b3cb08fc970717a95ce9d36 (diff) | |
download | external_llvm-eb7975cb49ee71ba7dde0cae5705f5a1e29dd38a.zip external_llvm-eb7975cb49ee71ba7dde0cae5705f5a1e29dd38a.tar.gz external_llvm-eb7975cb49ee71ba7dde0cae5705f5a1e29dd38a.tar.bz2 |
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
-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 d87abc2..79cd506 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 e9e9c30..6e9eb07 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> |