diff options
author | Chris Lattner <sabre@nondot.org> | 2008-05-13 20:56:51 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-05-13 20:56:51 +0000 |
commit | 9b43ac042e7a8d6e7a1fcc2a0629579dedd0af6e (patch) | |
tree | 3c3d6597b288f9f4c7772df58396a294872b8e0e /win32/Transforms | |
parent | 72997fedab2cac75e783e3507c9ac0a6af567569 (diff) | |
download | external_llvm-9b43ac042e7a8d6e7a1fcc2a0629579dedd0af6e.zip external_llvm-9b43ac042e7a8d6e7a1fcc2a0629579dedd0af6e.tar.gz external_llvm-9b43ac042e7a8d6e7a1fcc2a0629579dedd0af6e.tar.bz2 |
Update the Win32 project files, patch by Razvan Aciu!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51067 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32/Transforms')
-rw-r--r-- | win32/Transforms/Transforms.vcproj | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/win32/Transforms/Transforms.vcproj b/win32/Transforms/Transforms.vcproj index 7c5770a..3f1b366 100644 --- a/win32/Transforms/Transforms.vcproj +++ b/win32/Transforms/Transforms.vcproj @@ -1,10 +1,11 @@ <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" - Version="8.00" + Version="9.00" Name="Transforms" ProjectGUID="{C59374C1-9FC0-4147-B836-327DFDC52D99}" Keyword="Win32Proj" + TargetFrameworkVersion="131072" > <Platforms> <Platform @@ -352,6 +353,10 @@ > </File> <File + RelativePath="..\..\lib\Transforms\IPO\ExtractGV.cpp" + > + </File> + <File RelativePath="..\..\lib\Transforms\Ipo\GlobalDCE.cpp" > </File> @@ -396,10 +401,6 @@ > </File> <File - RelativePath="..\..\lib\Transforms\Ipo\SimplifyLibCalls.cpp" - > - </File> - <File RelativePath="..\..\lib\Transforms\IPO\StripDeadPrototypes.cpp" > </File> |