r195099 - Giving this test a triple since it uses a calling convention attribute.

Aaron Ballman aaron at aaronballman.com
Mon Nov 18 20:25:20 PST 2013


Author: aaronballman
Date: Mon Nov 18 22:25:20 2013
New Revision: 195099

URL: http://llvm.org/viewvc/llvm-project?rev=195099&view=rev
Log:
Giving this test a triple since it uses a calling convention attribute.

Modified:
    cfe/trunk/test/SemaObjC/method-attributes.m

Modified: cfe/trunk/test/SemaObjC/method-attributes.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaObjC/method-attributes.m?rev=195099&r1=195098&r2=195099&view=diff
==============================================================================
--- cfe/trunk/test/SemaObjC/method-attributes.m (original)
+++ cfe/trunk/test/SemaObjC/method-attributes.m Mon Nov 18 22:25:20 2013
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -verify -fsyntax-only -Wno-objc-root-class %s
+// RUN: %clang_cc1 -triple i386-unknown-unknown -verify -fsyntax-only -Wno-objc-root-class %s
 
 @class NSString;
 





More information about the cfe-commits mailing list