From 729e6a056c1e15e7904ebb699eb95a4d9dfd1f9f Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Wed, 9 May 2012 21:21:49 +0000 Subject: hopefully fix a bunch of ARM buildbot failures llvm-svn: 156513 --- clang/test/CodeGen/2008-04-08-NoExceptions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/CodeGen/2008-04-08-NoExceptions.c') diff --git a/clang/test/CodeGen/2008-04-08-NoExceptions.c b/clang/test/CodeGen/2008-04-08-NoExceptions.c index 6d5d20ff854..ab2781b58b9 100644 --- a/clang/test/CodeGen/2008-04-08-NoExceptions.c +++ b/clang/test/CodeGen/2008-04-08-NoExceptions.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -emit-llvm -o - %s | FileCheck %s +// RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm -o - %s | FileCheck %s void f(void); void g(void) { -- cgit v1.2.3