[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

Devang Patel dpatel at apple.com
Mon Aug 31 13:28:16 PDT 2009


On Aug 31, 2009, at 12:44 PM, Török Edwin wrote:

> 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.
>

Fixed.
-
Devang





More information about the llvm-commits mailing list