[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
Duncan Sands
baldrick at free.fr
Wed Jul 2 08:26:15 PDT 2008
> >> 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?
Ciao,
Duncan.
More information about the llvm-commits
mailing list