From: Eli Friedman Date: Wed, 1 Apr 2009 02:55:21 +0000 (+0000) Subject: Fix test failure on Linux by forcing the triple to OS X. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5fd15285a63245fcbcfc605115babdd4989ca95a;p=clang Fix test failure on Linux by forcing the triple to OS X. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68179 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenObjC/synthesize_ivar.m b/test/CodeGenObjC/synthesize_ivar.m index fcc67f8711..8999691fe1 100644 --- a/test/CodeGenObjC/synthesize_ivar.m +++ b/test/CodeGenObjC/synthesize_ivar.m @@ -1,4 +1,4 @@ -// RUN: clang-cc -arch x86_64 -emit-llvm -o %t %s +// RUN: clang-cc -triple x86_64-apple-darwin10 -emit-llvm -o %t %s @interface I {