[cfe-commits] r140957 - in /cfe/trunk: include/clang/Driver/ lib/CodeGen/ lib/Driver/ lib/Frontend/ test/ARCMT/ test/Analysis/ test/CodeGenObjC/ test/CodeGenObjCXX/ test/Driver/ test/FixIt/ test/Index/ test/Lexer/ test/PCH/ test/Parser/ test/Prep
John McCall
rjmccall at apple.com
Sun Oct 2 04:31:49 PDT 2011
On Oct 2, 2011, at 12:22 AM, Chandler Carruth wrote:
> After this commit (I think) test/Index/complete-synthesized.m is failing because it was passing -fobjc-nonfragile-abi via -Xclang, and so was missed by your perl.
>
> However, removing that pair of flags doesn't fix the test, instead it begins failing for other reasons:
Good catch; apparently you're testing on a platform that defaults to the fragile ABI. I wonder why our testers didn't catch that.
r140970 should fix this; let me know if it doesn't.
John.
More information about the cfe-commits
mailing list