[llvm-commits] [llvm] r52994 - in /llvm/trunk: include/llvm/Target/TargetAsmInfo.h lib/CodeGen/DwarfWriter.cpp lib/Target/PowerPC/PPCTargetAsmInfo.cpp lib/Target/TargetAsmInfo.cpp lib/Target/X86/X86TargetAsmInfo.cpp

Bill Wendling isanbard at gmail.com
Wed Jul 2 08:35:28 PDT 2008


On Jul 2, 2008, at 8:26 AM, Duncan Sands wrote:

>>>> Darwin doesn't need exception handling information for the "move"
>>>> info when
>>>> debug information is being output, because it's leet!
>>>
>>> Does any target need it?  I can't see why it would.
>>
>> I don't know. Dale put it in there at the beginning. If I recall
>> correctly, it was because of discussions with you ;-).
>
> Yup, at that time I hadn't looked at debug frames at all, and
> wasn't sure whether the same frame moves info was being used
> for eh and for debugging.  In fact they are separate.  Shall
> I remove this parameter or would you like to?
>
To be honest, my understanding of this is limited. I think it would  
be better if you do it. It would limit the chance for mistakes. :-)  
Also, I don't have access to a non-Mac box to do any testing.

-bw



More information about the llvm-commits mailing list