[llvm-commits] [llvm] r80602 - in /llvm/trunk: include/llvm/Analysis/DebugInfo.h lib/Analysis/DebugInfo.cpp lib/CodeGen/AsmPrinter/DwarfDebug.cpp lib/Target/PIC16/PIC16DebugInfo.cpp

Török Edwin edwintorok at gmail.com
Mon Aug 31 12:44:41 PDT 2009


On 2009-08-31 21:49, Devang Patel wrote:
> Author: dpatel
> Date: Mon Aug 31 13:49:10 2009
> New Revision: 80602
>
> URL: http://llvm.org/viewvc/llvm-project?rev=80602&view=rev
> Log:
> Simplify isDerivedType() and other predicate interface.
>
>   

Hi Devang,

This broke clang -g on x86_64 linux, see the buildbot:
http://google1.osuosl.org:8011/builders/clang-x86_64-linux/builds/4560

It fails with this assertion failure:
clang-cc: DebugInfo.cpp:182: bool llvm::DIDescriptor::isVariable() const: Assertion `isNull() && "Invalid descriptor!"' failed.


Best regards,
--Edwin




More information about the llvm-commits mailing list