>-----Original Message----- >From: Eric Christopher [mailto:[email protected]] >Sent: Monday, April 01, 2013 4:47 PM >To: Jyotsna Verma >Cc: [email protected] >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 <[email protected]> >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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
