[llvm-commits] CVS: llvm/win32/Transforms/Transforms.vcproj
Jeff Cohen
jeffc at jolt-lang.org
Sun Mar 4 16:02:05 PST 2007
Changes in directory llvm/win32/Transforms:
Transforms.vcproj updated: 1.24 -> 1.25
---
Log message:
Unbreak VC++ build.
---
Diffs of the changes: (+3 -21)
Transforms.vcproj | 24 +++---------------------
1 files changed, 3 insertions(+), 21 deletions(-)
Index: llvm/win32/Transforms/Transforms.vcproj
diff -u llvm/win32/Transforms/Transforms.vcproj:1.24 llvm/win32/Transforms/Transforms.vcproj:1.25
--- llvm/win32/Transforms/Transforms.vcproj:1.24 Mon Jan 8 14:17:17 2007
+++ llvm/win32/Transforms/Transforms.vcproj Sun Mar 4 18:00:42 2007
@@ -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>
More information about the llvm-commits
mailing list