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)