From a22e23f1bb90b6c9149b18228ad331a6bfbdac2f Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Mon, 20 Jan 2014 16:15:48 +0000 Subject: [PATCH] Add a triple. Should fix the 64 bit bots. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@199670 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenObjC/2010-02-01-utf16-with-null.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGenObjC/2010-02-01-utf16-with-null.m b/test/CodeGenObjC/2010-02-01-utf16-with-null.m index 51a804385c..2845480007 100644 --- a/test/CodeGenObjC/2010-02-01-utf16-with-null.m +++ b/test/CodeGenObjC/2010-02-01-utf16-with-null.m @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -emit-llvm %s -o - | FileCheck %s +// RUN: %clang_cc1 -triple i686-apple-darwin -emit-llvm %s -o - | FileCheck %s // rdar://7589850 // CHECK: @.str = internal unnamed_addr constant [9 x i16] [i16 103, i16 111, i16 111, i16 100, i16 0, i16 98, i16 121, i16 101, i16 0], align 2 -- 2.40.0