[LLVMdev] Forgot to add a header file to CodeGen.vcproj

Jeff Cohen jeffc at jolt-lang.org
Mon Jan 3 08:41:35 PST 2005


Committed.  Also put back the global in X86TargetMachine.cpp.

Searching isn't the only feature that works better.  It also affects 
dependency management.

Morten Ofstad wrote:

> Adding the different header files is not strictly required but certain 
> features (Search in solution for example) in VS work better when they 
> are there...
>
> m.
>
>------------------------------------------------------------------------
>
>Index: win32/CodeGen/CodeGen.vcproj
>===================================================================
>RCS file: /var/cvs/llvm/llvm/win32/CodeGen/CodeGen.vcproj,v
>retrieving revision 1.6
>diff -u -r1.6 CodeGen.vcproj
>--- win32/CodeGen/CodeGen.vcproj	19 Dec 2004 02:29:00 -0000	1.6
>+++ win32/CodeGen/CodeGen.vcproj	3 Jan 2005 11:36:48 -0000
>@@ -214,6 +214,9 @@
> 				RelativePath="..\..\include\llvm\CodeGen\MachineInstrBuilder.h">
> 			</File>
> 			<File
>+				RelativePath="..\..\include\llvm\CodeGen\MachineRelocation.h">
>+			</File>
>+			<File
> 				RelativePath="..\..\include\llvm\CodeGen\Passes.h">
> 			</File>
> 			<File
>  
>
>------------------------------------------------------------------------
>
>_______________________________________________
>LLVM Developers mailing list
>LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
>http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev
>  
>




More information about the llvm-dev mailing list