From 1a4ab520d53b375a6e8dc49c5fce647b09557d06 Mon Sep 17 00:00:00 2001 From: Chuck Rose III Date: Mon, 10 Dec 2007 19:31:09 +0000 Subject: [PATCH] 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 --- win32/CodeGen/CodeGen.vcproj | 24 ++++++++++++++++++++++++ win32/Support/Support.vcproj | 8 ++++++++ 2 files changed, 32 insertions(+) diff --git a/win32/CodeGen/CodeGen.vcproj b/win32/CodeGen/CodeGen.vcproj index d87abc2bb5b..79cd506c44e 100644 --- a/win32/CodeGen/CodeGen.vcproj +++ b/win32/CodeGen/CodeGen.vcproj @@ -475,6 +475,26 @@ RelativePath="..\..\lib\CodeGen\SelectionDAG\LegalizeDAG.cpp" > + + + + + + + + + + @@ -550,6 +570,10 @@ RelativePath="..\..\include\llvm\CodeGen\IntrinsicLowering.h" > + + diff --git a/win32/Support/Support.vcproj b/win32/Support/Support.vcproj index e9e9c304d19..6e9eb07425d 100644 --- a/win32/Support/Support.vcproj +++ b/win32/Support/Support.vcproj @@ -408,6 +408,10 @@ RelativePath="..\..\lib\Support\StringMap.cpp" > + + @@ -566,6 +570,10 @@ RelativePath="..\..\include\llvm\Support\Streams.h" > + +