Build fails on windows with VC2008

Hello

The current svn revision fails to compile on windows using Visual Studio 2008.
I’m getting:

3>f:\dev\llvm\lib\codegen\asmprinter\dwarfwriter.cpp(1167) : error C4716: ‘llvm::DbgScope::getLine’ : must return a value
3>f:\dev\llvm\lib\codegen\asmprinter\dwarfwriter.cpp(1168) : error C4716: ‘llvm::DbgScope::getColumn’ : must return a value
3>f:\dev\llvm\lib\codegen\asmprinter\dwarfwriter.cpp(1169) : error C4716: ‘llvm::DbgScope::getFile’ : must return a value

Attached you can find a patch which should fix the issue.

Sincerely yours
Marius Wachtler

Index: DwarfWriter.cpp

fix_dwarfwriter.patch (782 Bytes)

Applied.
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090420/076525.html
Thanks!