diff options
author | Eric Christopher <echristo@apple.com> | 2012-04-11 07:08:37 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2012-04-11 07:08:37 +0000 |
commit | 03c50998cb3d7229ba189e0cec0bf9cf0b01bee3 (patch) | |
tree | 9cc79a7933563c52306f82036da084a252d9578a | |
parent | 5efc442290d45d4e5b27f9d90a83be29f222a811 (diff) | |
download | bcm5719-llvm-03c50998cb3d7229ba189e0cec0bf9cf0b01bee3.tar.gz bcm5719-llvm-03c50998cb3d7229ba189e0cec0bf9cf0b01bee3.zip |
Add a triple to this test.
llvm-svn: 154485
-rw-r--r-- | clang/test/CodeGenObjC/debug-info-impl.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/debug-info-impl.m b/clang/test/CodeGenObjC/debug-info-impl.m index 12009852eb4..8ad590357b0 100644 --- a/clang/test/CodeGenObjC/debug-info-impl.m +++ b/clang/test/CodeGenObjC/debug-info-impl.m @@ -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; |