summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2012-04-11 07:08:37 +0000
committerEric Christopher <echristo@apple.com>2012-04-11 07:08:37 +0000
commit03c50998cb3d7229ba189e0cec0bf9cf0b01bee3 (patch)
tree9cc79a7933563c52306f82036da084a252d9578a
parent5efc442290d45d4e5b27f9d90a83be29f222a811 (diff)
downloadbcm5719-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.m2
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;
OpenPOWER on IntegriCloud