[cfe-commits] r102332 - /cfe/trunk/test/CodeGenObjC/non-lazy-classes.m

Daniel Dunbar daniel at zuster.org
Mon Apr 26 03:58:19 PDT 2010


Author: ddunbar
Date: Mon Apr 26 05:58:19 2010
New Revision: 102332

URL: http://llvm.org/viewvc/llvm-project?rev=102332&view=rev
Log:
tests: Force a triple.

Modified:
    cfe/trunk/test/CodeGenObjC/non-lazy-classes.m

Modified: cfe/trunk/test/CodeGenObjC/non-lazy-classes.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/non-lazy-classes.m?rev=102332&r1=102331&r2=102332&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/non-lazy-classes.m (original)
+++ cfe/trunk/test/CodeGenObjC/non-lazy-classes.m Mon Apr 26 05:58:19 2010
@@ -1,5 +1,5 @@
 // RUNX: llvm-gcc -m64 -emit-llvm -S -o %t %s &&
-// RUN: %clang_cc1 -fobjc-nonfragile-abi -emit-llvm -o %t %s
+// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -emit-llvm -o %t %s
 // RUN: grep '@".01L_OBJC_LABEL_NONLAZY_CLASS_$" = internal global \[1 x .*\] .*@"OBJC_CLASS_$_A".*, section "__DATA, __objc_nlclslist, regular, no_dead_strip", align 8' %t
 // RUN: grep '@".01L_OBJC_LABEL_NONLAZY_CATEGORY_$" = internal global \[1 x .*\] .*@".01l_OBJC_$_CATEGORY_A_$_Cat".*, section "__DATA, __objc_nlcatlist, regular, no_dead_strip", align 8' %t
 





More information about the cfe-commits mailing list