diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2007-03-05 00:00:42 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2007-03-05 00:00:42 +0000 |
commit | ca5183d445954a9b2a570d6bbba1bc2b00ad6442 (patch) | |
tree | 2fe70b0a35fe2569c8d6434e9769bc6e8bd58204 /win32/Transforms | |
parent | f298fd0428e3e26fda13d24bb7295c416a9b8452 (diff) | |
download | external_llvm-ca5183d445954a9b2a570d6bbba1bc2b00ad6442.zip external_llvm-ca5183d445954a9b2a570d6bbba1bc2b00ad6442.tar.gz external_llvm-ca5183d445954a9b2a570d6bbba1bc2b00ad6442.tar.bz2 |
Unbreak VC++ build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34917 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32/Transforms')
-rw-r--r-- | win32/Transforms/Transforms.vcproj | 24 |
1 files changed, 3 insertions, 21 deletions
diff --git a/win32/Transforms/Transforms.vcproj b/win32/Transforms/Transforms.vcproj index e1856da..f756c62 100644 --- a/win32/Transforms/Transforms.vcproj +++ b/win32/Transforms/Transforms.vcproj @@ -108,18 +108,6 @@ Name="Source Files" Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> - <File - RelativePath="..\..\lib\Transforms\ExprTypeConvert.cpp"> - </File> - <File - RelativePath="..\..\lib\Transforms\LevelRaise.cpp"> - </File> - <File - RelativePath="..\..\lib\Transforms\TransformInternals.cpp"> - </File> - <File - RelativePath="..\..\lib\Transforms\TransformInternals.h"> - </File> <Filter Name="Instrumentation" Filter=""> @@ -130,9 +118,6 @@ RelativePath="..\..\lib\Transforms\Instrumentation\EdgeProfiling.cpp"> </File> <File - RelativePath="..\..\lib\Transforms\Instrumentation\EmitFunctions.cpp"> - </File> - <File RelativePath="..\..\lib\Transforms\Instrumentation\ProfilingUtils.cpp"> </File> <File @@ -144,9 +129,6 @@ <File RelativePath="..\..\lib\Transforms\Instrumentation\RSProfiling.h"> </File> - <File - RelativePath="..\..\lib\Transforms\Instrumentation\TraceBasicBlocks.cpp"> - </File> </Filter> <Filter Name="IPO" @@ -167,9 +149,6 @@ RelativePath="..\..\lib\Transforms\Ipo\ExtractFunction.cpp"> </File> <File - RelativePath="..\..\lib\Transforms\Ipo\FunctionResolution.cpp"> - </File> - <File RelativePath="..\..\lib\Transforms\Ipo\GlobalDCE.cpp"> </File> <File @@ -209,6 +188,9 @@ RelativePath="..\..\lib\Transforms\Ipo\SimplifyLibCalls.cpp"> </File> <File + RelativePath="..\..\lib\Transforms\IPO\StripDeadPrototypes.cpp"> + </File> + <File RelativePath="..\..\lib\Transforms\Ipo\StripSymbols.cpp"> </File> </Filter> |