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/Support | |
parent | ec90cd1bf8f905e7befbb5049afbd1304dbfe13b (diff) | |
download | external_llvm-1a4ab520d53b375a6e8dc49c5fce647b09557d06.zip external_llvm-1a4ab520d53b375a6e8dc49c5fce647b09557d06.tar.gz external_llvm-1a4ab520d53b375a6e8dc49c5fce647b09557d06.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
Diffstat (limited to 'win32/Support')
-rw-r--r-- | win32/Support/Support.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
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> |