[cfe-commits] r154485 - /cfe/trunk/test/CodeGenObjC/debug-info-impl.m

Eric Christopher echristo at apple.com
Wed Apr 11 00:08:37 PDT 2012


Author: echristo
Date: Wed Apr 11 02:08:37 2012
New Revision: 154485

URL: http://llvm.org/viewvc/llvm-project?rev=154485&view=rev
Log:
Add a triple to this test.

Modified:
    cfe/trunk/test/CodeGenObjC/debug-info-impl.m

Modified: cfe/trunk/test/CodeGenObjC/debug-info-impl.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/debug-info-impl.m?rev=154485&r1=154484&r2=154485&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/debug-info-impl.m (original)
+++ cfe/trunk/test/CodeGenObjC/debug-info-impl.m Wed Apr 11 02:08:37 2012
@@ -1,4 +1,4 @@
-// RUN: %clang -fverbose-asm -g -S -emit-llvm %s -o - | FileCheck %s
+// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -g -S -emit-llvm %s -o - | FileCheck %s
 // CHECK: metadata !{i32 {{.*}}, metadata {{.*}}, metadata !"Circle", metadata {{.*}}, i32 11, i64 64, i64 64, i32 0, i32 512, null, metadata {{.*}}, i32 16, i32 0} ; [ DW_TAG_structure_type ]
 @interface NSObject {
   struct objc_object *isa;





More information about the cfe-commits mailing list