r178471 - Modifed debug-info-byval.cpp test to grep for .string or .asciz.

Jyotsna Verma jverma at codeaurora.org
Tue Apr 2 08:21:26 PDT 2013


>-----Original Message-----
>From: Eric Christopher [mailto:echristo at gmail.com]
>Sent: Monday, April 01, 2013 4:47 PM
>To: Jyotsna Verma
>Cc: cfe-commits at cs.uiuc.edu
>Subject: Re: r178471 - Modifed debug-info-byval.cpp test to grep for
.string or
>.asciz.
>
>On Mon, Apr 1, 2013 at 2:42 PM, Jyotsna Verma <jverma at codeaurora.org>
>wrote:
>> I have split the debug-info-byval.cpp test into two tests, one for the
>> front end and one for the back end. They work fine for x86. However,
>> Hexagon doesn't have an integrated assembler at this point and
>> therefore can't emit the object file needed by llvm-dwarfdump. I
>> suppose I will have to use the assembly output just like the original
test.
>>
>
>Not necessarily, you could check the dwarfdump support on X86 and make it
>an X86 only test for now.

Sure, I can enable the test for X86 only. But, I would still need one for
Hexagon that can use dwarfdump output. 

>You guys should really get an integrated assembler ;)

It is a work in progress. We're working hard to make it available soon.

-Jyotsna




More information about the cfe-commits mailing list