[cfe-commits] r162252 - in /cfe/trunk: include/clang/Basic/ include/clang/Driver/ lib/ARCMigrate/ lib/CodeGen/ lib/Driver/ lib/Frontend/ lib/Lex/ lib/Sema/ test/Driver/

Jordan Rose jordan_rose at apple.com
Tue Aug 21 09:34:46 PDT 2012


On Aug 20, 2012, at 19:47 , John McCall <rjmccall at apple.com> wrote:

> +def err_arc_unsupported_on_toolchain : Error<
> +  "-fobjc-arc is not supported on %select{versions of Mac OS prior to 10.6}0">;

I guess the idea is that other toolchains could change this, but it looks funny right now. Also, marketing quibble: "Mac OS X" or "OS X" rather than "Mac OS"? (At the time of 10.6, the official name was "Mac OS X".)

Jordan



More information about the cfe-commits mailing list