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

Vane, Edwin edwin.vane at intel.com
Wed Oct 31 12:12:07 PDT 2012


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

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

REV: Sure but what test case would I adjust? These options only seem to show up for compiling and I couldn't find a test suite for testing android compilation. I'll double-check with gcc.

Cheers,
Rafael




More information about the cfe-commits mailing list