summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2010-08-12 17:42:42 +0000
committerDevang Patel <dpatel@apple.com>2010-08-12 17:42:42 +0000
commit16e465bc5fbe594ddd4ee8fbfe03ad9da753d516 (patch)
tree956927118960759d4f050aeaac28678a20e6fd15
parent86fa07ea058e43500e790a7aa67b03c60f4f3b3a (diff)
downloadbcm5719-llvm-16e465bc5fbe594ddd4ee8fbfe03ad9da753d516.tar.gz
bcm5719-llvm-16e465bc5fbe594ddd4ee8fbfe03ad9da753d516.zip
Make this test darwin only.
llvm-svn: 110936
-rw-r--r--clang/test/CodeGenCXX/debug-info-ctor.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/clang/test/CodeGenCXX/debug-info-ctor.cpp b/clang/test/CodeGenCXX/debug-info-ctor.cpp
index c31eebe163c..562b8081c4d 100644
--- a/clang/test/CodeGenCXX/debug-info-ctor.cpp
+++ b/clang/test/CodeGenCXX/debug-info-ctor.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang -emit-llvm -g -S %s -o - | FileCheck %s
+// RUN: %clang -march=x86_64-apple-darwin10 -emit-llvm -g -S %s -o - | FileCheck %s
struct X {
X(int v);
@@ -7,8 +7,7 @@ struct X {
};
X::X(int v) {
- // CHECK_TEMPORARILY_DISABLED: call void @_ZN1XC2Ei(%struct.X* %this1, i32 %tmp), !dbg
- // TEMPORARY CHECK: X
+ // CHECK: call void @_ZN1XC2Ei(%struct.X* %this1, i32 %tmp), !dbg
value = v;
}
OpenPOWER on IntegriCloud