[cfe-commits] [PATCH] Fix x86 android support in clang

Rafael EspĂ­ndola rafael.espindola at gmail.com
Wed Oct 31 11:21:36 PDT 2012


> -        CPUName = "pentium4";
> +        CPUName = isAndroid ? "atom" : "pentium4";

This matches gcc behavior? Can you add a test for this part?

Cheers,
Rafael



More information about the cfe-commits mailing list