[LLVMdev] Build fails on windows with VC2008

Devang Patel devang.patel at gmail.com
Mon Apr 20 17:09:45 PDT 2009


On Mon, Apr 20, 2009 at 3:16 PM, Marius Wachtler <malloc at inode.at> wrote:
> 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.


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



More information about the llvm-dev mailing list