Displaying 2 results from an estimated 2 matches for "803d1236".
Did you mean:
031236
2011 Mar 18
2
[LLVMdev] Writing unit tests for DWARF?
On Mar 18, 2011, at 2:25 AM, Renato Golin wrote:
>> Instead, isn't it easier and straight forward to do a FileCheck on debugger output in the first place ?
>
> Oh, but that is only one level of testing, and it doesn't guarantee
> your generating correct Dwarf, just "gdb compatible" Dwarf.
>
> I'm doing all three levels (IR, Dwarf and gdb) and it's
2011 Mar 18
0
[LLVMdev] Writing unit tests for DWARF?
On 18 March 2011 18:14, Devang Patel <dpatel at apple.com> wrote:
> We have setup to test all these three levels you mention above. All you need
> is several thousands tests. Do you think that it will show up magically one
> day ?
Hehehe, it might... ;)
I'm trying to get some debug tests here (maybe a few thousand, I don't
know yet). I'll let you know how it goes when