[PATCH] D14864: [X86] Support for C calling convention only for MCU target.

David Kreitzer via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 20 05:42:13 PST 2015


DavidKreitzer added a comment.

Hi Alexey,

Did you consider adding a new class for the MCU target info, e.g. X86MCUTargetInfo? The more MCU-specific stuff that gets added here, the more it makes sense to pull it out into its own class.  We already have line 3398-3401 & 3650-3653. We are also going to need to change the data layout string at 3644 for MCU.  (Anton Nadolski is working on that.)

- Dave


http://reviews.llvm.org/D14864





More information about the cfe-commits mailing list