[llvm-commits] [llvm-gcc-4.2] r110043 - /llvm-gcc-4.2/trunk/gcc/objc/objc-act.c

Eric Christopher echristo at apple.com
Mon Aug 2 11:49:16 PDT 2010


> 
> 
> I have a test case for this, but I'm not sure how to mark it for the test suite.  The correct behavior for llvm-gcc is to issue the diagnostic (above), but clang should compile it without error (it does).
> 
> Is there a way for a test case to XFAIL itself only for a particular front-end (e.g. llvm-gcc versus clang) ?

#if __clang__ ?

-eric



More information about the llvm-commits mailing list