Changes in directory llvm/win32/x86:

x86.vcproj updated: 1.19 -> 1.20
---
Log message:

Keep Visual Studio informed.

---
Diffs of the changes:  (+4 -5)

 x86.vcproj |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)


Index: llvm/win32/x86/x86.vcproj
diff -u llvm/win32/x86/x86.vcproj:1.19 llvm/win32/x86/x86.vcproj:1.20
--- llvm/win32/x86/x86.vcproj:1.19      Sun Jan 29 22:07:08 2006
+++ llvm/win32/x86/x86.vcproj   Fri Feb  3 21:27:04 2006
@@ -124,7 +124,8 @@
 ..\$(IntDir)\TableGen.exe -gen-asm-writer -I ..\..\lib\Target\X86 $(InputPath) 
-o X86GenAsmWriter.inc
 ..\$(IntDir)\TableGen.exe -gen-asm-writer -asmwriternum=1 -I 
..\..\lib\Target\X86 $(InputPath) -o X86GenAsmWriter1.inc
 ..\$(IntDir)\TableGen.exe -gen-dag-isel -I ..\..\lib\Target\X86 $(InputPath) 
-o X86GenDAGISel.inc
-..\$(IntDir)\TableGen.exe -gen-subtarget -I ..\..\lib\Target\X86 $(InputPath) 
-o X86GenSubtarget.inc"
+..\$(IntDir)\TableGen.exe -gen-subtarget -I ..\..\lib\Target\X86 $(InputPath) 
-o X86GenSubtarget.inc
+"
                                                
AdditionalDependencies="$(InputDir)X86InstrInfo.td;$(InputDir)X86RegisterInfo.td;$(InputDir)..\Target.td;$(ProjectDir)..\$(IntDir)\TableGen.exe"
                                                
Outputs="X86GenRegisterNames.inc;X86GenRegisterInfo.h.inc;X86GenRegisterInfo.inc;X86GenInstrNames.inc;X86GenInstrInfo.inc;X86GenAsmWriter.inc;X86GenAsmWriter1.inc;X86GenDAGISel.inc;X86GenSubtarget.inc"/>
                                </FileConfiguration>
@@ -141,7 +142,8 @@
 ..\$(IntDir)\TableGen.exe -gen-asm-writer -I ..\..\lib\Target\X86 $(InputPath) 
-o X86GenAsmWriter.inc
 ..\$(IntDir)\TableGen.exe -gen-asm-writer -asmwriternum=1 -I 
..\..\lib\Target\X86 $(InputPath) -o X86GenAsmWriter1.inc
 ..\$(IntDir)\TableGen.exe -gen-dag-isel -I ..\..\lib\Target\X86 $(InputPath) 
-o X86GenDAGISel.inc
-..\$(IntDir)\TableGen.exe -gen-subtarget -I ..\..\lib\Target\X86 $(InputPath) 
-o X86GenSubtarget.inc"
+..\$(IntDir)\TableGen.exe -gen-subtarget -I ..\..\lib\Target\X86 $(InputPath) 
-o X86GenSubtarget.inc
+"
                                                
AdditionalDependencies="$(InputDir)X86InstrInfo.td;$(InputDir)X86RegisterInfo.td;$(InputDir)..\Target.td;$(ProjectDir)..\$(IntDir)\TableGen.exe"
                                                
Outputs="X86GenRegisterNames.inc;X86GenRegisterInfo.h.inc;X86GenRegisterInfo.inc;X86GenInstrNames.inc;X86GenInstrInfo.inc;X86GenAsmWriter.inc;X86GenAsmWriter1.inc;X86GenDAGISel.inc;X86GenSubtarget.inc"/>
                                </FileConfiguration>
@@ -180,9 +182,6 @@
                                
RelativePath="..\..\lib\Target\X86\X86JITInfo.cpp">
                        </File>
                        <File
-                               
RelativePath="..\..\lib\Target\X86\X86PeepholeOpt.cpp">
-                       </File>
-                       <File
                                
RelativePath="..\..\lib\Target\X86\X86RegisterInfo.cpp">
                        </File>
                        <File



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to