[llvm-commits] [llvm] r53353 - /llvm/trunk/lib/Target/PowerPC/PPCAsmPrinter.cpp

Dale Johannesen dalej at apple.com
Wed Jul 9 14:28:54 PDT 2008


On Jul 9, 2008, at 1:54 PMPDT, Dale Johannesen wrote:
> On Jul 9, 2008, at 1:53 PMPDT, Duncan Sands wrote:
>
>> Hi Dale,
>>
>>> Emit debug info for data-only files.  This version
>>> applies to ppc Darwin only.
>>
>> if this is a Good Thing (tm) shouldn't it be done for
>> all platforms?
>
> Yes.  I screwed it up the first time so I'm being more careful now:)

I have checked in this change for all affected platforms.  I am not in
a position to test for Linux PPC or Cell, can I get someone to do that?
The patch is pretty simple.

(Anton, as long as you're there, maybe this could be centralized  
somewhere?
if (TargetHasDwarf())...




More information about the llvm-commits mailing list