summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2008-05-14 09:39:32 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2008-05-14 09:39:32 +0000
commitca8f32599b30ffa1c49572152f83e412c024a9de (patch)
treee719b4a8bb5a61967c68e525b77304d9226d15c4 /win32
parent9097d14e575fa54dcf28dfd1ae0c9ebe6931dce1 (diff)
downloadllvm-ca8f32599b30ffa1c49572152f83e412c024a9de.tar.gz
llvm-ca8f32599b30ffa1c49572152f83e412c024a9de.tar.bz2
llvm-ca8f32599b30ffa1c49572152f83e412c024a9de.tar.xz
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
Diffstat (limited to 'win32')
-rw-r--r--win32/Transforms/Transforms.vcproj4
-rw-r--r--win32/VMCore/VMCore.vcproj4
2 files changed, 8 insertions, 0 deletions
diff --git a/win32/Transforms/Transforms.vcproj b/win32/Transforms/Transforms.vcproj
index 3f1b366a41..1e9b4abc2e 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 ee97c3929f..646e36460b 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>