[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?

Ted Neward ted at tedneward.com
Tue Feb 19 21:21:10 PST 2008


True, but MSBuild is what's invoked for a Solution, which then defers to
VCBuild, as I understand it. (The rumor is that the C++/CLI team was so busy
revamping the Managed C++ language for Whidby that they had no time to adapt
MSBuild to building C++ apps. *shrug*)

Regardless, as I mentioned in the follow-up email, the files *are* being
copied, just not where I expected them to end up, which I think is a bug in
the .sln/.vcproj files.

Ted Neward
Java, .NET, XML Services
Consulting, Teaching, Speaking, Writing
http://www.tedneward.com
 

> -----Original Message-----
> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu]
> On Behalf Of Barry Kelly
> Sent: Tuesday, February 19, 2008 8:32 AM
> To: LLVM Developers Mailing List
> Subject: Re: [LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio
> 2005?
> 
> > For whatever reason, only by manually deleting the config.h file in
> the
> > llvm/include/Config directory can I get the project to re-gen that
> config.h
> > file. I'm not sure if this is a property of running the build from
> the
> > command-line (but I'm guessing it's not, since MSBuild is used
> internally
> > inside VS), or if the file-copy is being prevented by something in my
> > environment (files are marked writable, I already checked).
> 
> The MSBuild infrastructure isn't used by VS 2005 for C++ projects;
> rather, VCBuild does the work. I'm not sure about VS 2008.
> 
> FWIW, I used ProcMon to diagnose file-handling issues I had in my
> build:
> 
> http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx
> 
> -- Barry
> 
> --
> http://barrkel.blogspot.com/
> 
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
> 
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.5.516 / Virus Database: 269.20.7/1285 - Release Date:
> 2/18/2008 5:50 AM
> 

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.516 / Virus Database: 269.20.8/1287 - Release Date: 2/19/2008
10:55 AM
 




More information about the llvm-dev mailing list