[cfe-commits] r64636 - /cfe/trunk/test/SemaObjC/interface-scope-2.m
Chris Lattner
sabre at nondot.org
Mon Feb 16 09:11:14 PST 2009
Author: lattner
Date: Mon Feb 16 11:11:14 2009
New Revision: 64636
URL: http://llvm.org/viewvc/llvm-project?rev=64636&view=rev
Log:
specify a triple to use, otherwise we get errors on this test for
hosts with a different size_t type.
Modified:
cfe/trunk/test/SemaObjC/interface-scope-2.m
Modified: cfe/trunk/test/SemaObjC/interface-scope-2.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaObjC/interface-scope-2.m?rev=64636&r1=64635&r2=64636&view=diff
==============================================================================
--- cfe/trunk/test/SemaObjC/interface-scope-2.m (original)
+++ cfe/trunk/test/SemaObjC/interface-scope-2.m Mon Feb 16 11:11:14 2009
@@ -1,4 +1,4 @@
-// RUN: clang -fsyntax-only -verify %s
+// RUN: clang -fsyntax-only -verify -triple i686-apple-darwin9 %s
// FIXME: must also compile as Objective-C++
// <rdar://problem/6487662>
More information about the cfe-commits
mailing list