[PATCH] Create a td file with the x86 cpus names for the driver.

Rafael EspĂ­ndola rafael.espindola at gmail.com
Fri Aug 16 15:46:04 PDT 2013


On 16 August 2013 14:52, Benjamin Kramer <benny.kra at gmail.com> wrote:
>
>   Do you plan on extending the data in the .td file? At the moment it could be a simple macro metaprogram like Builtins.def without all the tblgen boilerplate.

I think there is more data that can be added, yes. Things like the SSE
level for example. Macro metaprogramming is also hard because of the
need to replace '-' in the option name to '_' in the enum name.

Cheers,
Rafael



More information about the cfe-commits mailing list