[llvm-commits] [llvm] r80024 - in /llvm/trunk: include/llvm/MC/MCAsmInfo.h lib/MC/MCAsmInfo.cpp lib/MC/MCAsmInfoDarwin.cpp

Eric Christopher echristo at apple.com
Tue Aug 25 14:20:13 PDT 2009


>
>
> Does this really make sense to go into MCAsmInfo.h?  MCAsmInfo.h is
> (not currently, but intended to be) *just* about the syntax and
> capabilities of the .s files.  A lot of the "this is how eh gets
> lowered" stuff should go into TargetLowering.  What do you think?

I was wondering about that myself - at least on the Target side I  
think we're going to need a few hooks for EH data. Probably a set of  
routines to override somewhere would be good.

-eric



More information about the llvm-commits mailing list