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

Bill Wendling isanbard at gmail.com
Tue Aug 25 14:23:02 PDT 2009


On Tue, Aug 25, 2009 at 2:20 PM, Eric Christopher<echristo at apple.com> wrote:
>> 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.
>
I see what both of you mean. Okay, I'll go ahead and make the change.
As Eric says, there will be a lot more of this type of stuff coming
up.

-bw




More information about the llvm-commits mailing list