[cfe-commits] r81666 - /cfe/trunk/test/CodeGenObjC/predefined-expr.m

Daniel Dunbar daniel at zuster.org
Sat Sep 12 18:45:29 PDT 2009


Author: ddunbar
Date: Sat Sep 12 20:45:29 2009
New Revision: 81666

URL: http://llvm.org/viewvc/llvm-project?rev=81666&view=rev
Log:
Force triple to avoid spurious differences due to runtime choice.

Modified:
    cfe/trunk/test/CodeGenObjC/predefined-expr.m

Modified: cfe/trunk/test/CodeGenObjC/predefined-expr.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/predefined-expr.m?rev=81666&r1=81665&r2=81666&view=diff

==============================================================================
--- cfe/trunk/test/CodeGenObjC/predefined-expr.m (original)
+++ cfe/trunk/test/CodeGenObjC/predefined-expr.m Sat Sep 12 20:45:29 2009
@@ -1,4 +1,4 @@
-// RUN: clang-cc %s -emit-llvm -o - | FileCheck %s
+// RUN: clang-cc -triple i386-apple-darwin9 %s -emit-llvm -o - | FileCheck %s
 
 // CHECK: @"__func__.-[Foo instanceTest1]" = private constant [21 x i8] c"-[Foo instanceTest1]\00"
 // CHECK: @"__func__.-[Foo instanceTest2:]" = private constant [22 x i8] c"-[Foo instanceTest2:]\00"





More information about the cfe-commits mailing list