[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:18:57 PDT 2008


On Jul 1, 2008, at 11:43 PM, 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 ;-).

> By the way, there seems to
> be some overloading of the term "frame moves".  There are moves  
> that tell the
> unwinder how to restore registers.  But the debug info has  
> something similar
> which tells where to find values for variables.  So I'd rather talk  
> of EHMoves
> rather than FrameMoves (though even better would be to remove this  
> parameter).
>
Sure.

-bw



More information about the llvm-commits mailing list