diff options
author | Argiris Kirtzidis <akyrtzi@gmail.com> | 2008-05-14 09:39:32 +0000 |
---|---|---|
committer | Argiris Kirtzidis <akyrtzi@gmail.com> | 2008-05-14 09:39:32 +0000 |
commit | 53949eb51a9093be40b2b9c6664ab92b0217a1bf (patch) | |
tree | e719b4a8bb5a61967c68e525b77304d9226d15c4 | |
parent | 0744492fc95ba06989462b5e2f0f285cdd43e23a (diff) | |
download | external_llvm-53949eb51a9093be40b2b9c6664ab92b0217a1bf.zip external_llvm-53949eb51a9093be40b2b9c6664ab92b0217a1bf.tar.gz external_llvm-53949eb51a9093be40b2b9c6664ab92b0217a1bf.tar.bz2 |
Adding missing files to Transforms and VMCore VC++ projects.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51098 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | win32/Transforms/Transforms.vcproj | 4 | ||||
-rw-r--r-- | win32/VMCore/VMCore.vcproj | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/win32/Transforms/Transforms.vcproj b/win32/Transforms/Transforms.vcproj index 3f1b366..1e9b4ab 100644 --- a/win32/Transforms/Transforms.vcproj +++ b/win32/Transforms/Transforms.vcproj @@ -683,6 +683,10 @@ > </File> <File + RelativePath="..\..\lib\Transforms\Utils\UnrollLoop.cpp" + > + </File> + <File RelativePath="..\..\lib\Transforms\Utils\ValueMapper.cpp" > </File> diff --git a/win32/VMCore/VMCore.vcproj b/win32/VMCore/VMCore.vcproj index ee97c39..646e364 100644 --- a/win32/VMCore/VMCore.vcproj +++ b/win32/VMCore/VMCore.vcproj @@ -443,6 +443,10 @@ > </File> <File + RelativePath="..\..\lib\VMCore\Use.cpp" + > + </File> + <File RelativePath="..\..\lib\VMCore\Value.cpp" > </File> |