r199670 - Add a triple. Should fix the 64 bit bots.

Rafael Espindola rafael.espindola at gmail.com
Mon Jan 20 08:15:48 PST 2014


Author: rafael
Date: Mon Jan 20 10:15:48 2014
New Revision: 199670

URL: http://llvm.org/viewvc/llvm-project?rev=199670&view=rev
Log:
Add a triple. Should fix the 64 bit bots.

Modified:
    cfe/trunk/test/CodeGenObjC/2010-02-01-utf16-with-null.m

Modified: cfe/trunk/test/CodeGenObjC/2010-02-01-utf16-with-null.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/2010-02-01-utf16-with-null.m?rev=199670&r1=199669&r2=199670&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/2010-02-01-utf16-with-null.m (original)
+++ cfe/trunk/test/CodeGenObjC/2010-02-01-utf16-with-null.m Mon Jan 20 10:15:48 2014
@@ -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





More information about the cfe-commits mailing list