[cfe-commits] [patch] Add a llvm::Triple::CPUArch enum

Rafael EspĂ­ndola rafael.espindola at gmail.com
Wed Oct 31 17:22:08 PDT 2012


On 31 October 2012 19:26, Daniel Dunbar <daniel at zuster.org> wrote:
> Yes, but still seems to add API and code around something that isn't worth
> promoting:

Well, my idea is to propagate it out of TranslateArgs into the
callers. Doing that we reach cases where we have char* as keys in
densmaps, which is *really* scary and where I actually started looking
at this.

I will just sent a larger patch to better illustrate the impact
tonight or tomorrow.

Cheers,
Rafael



More information about the cfe-commits mailing list