summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2012-10-26 07:01:51 +0000
committerAlexey Samsonov <samsonov@google.com>2012-10-26 07:01:51 +0000
commit8bece2e95750cf85924c466fa58992a24f8575d3 (patch)
tree9e982e2aac68eb418e975d384ecae075c60ba4b0
parent60f0bd4944ab958894005ddc1f0016bfe67c505a (diff)
downloadbcm5719-llvm-8bece2e95750cf85924c466fa58992a24f8575d3.tar.gz
bcm5719-llvm-8bece2e95750cf85924c466fa58992a24f8575d3.zip
Fix test suppressed in r166683 on 32-bit Linux
llvm-svn: 166758
-rw-r--r--clang/test/CodeGenCXX/debug-info-thunk.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/clang/test/CodeGenCXX/debug-info-thunk.cpp b/clang/test/CodeGenCXX/debug-info-thunk.cpp
index 711a2c6ce19..394ebd82918 100644
--- a/clang/test/CodeGenCXX/debug-info-thunk.cpp
+++ b/clang/test/CodeGenCXX/debug-info-thunk.cpp
@@ -1,9 +1,5 @@
// RUN: %clang_cc1 %s -g -S -emit-llvm -o - | FileCheck %s
-// FIXME: Failing on i686.
-// XFAIL: *
-// RUN: %clang_cc1 -triple i686-linux %s -g -S -emit-llvm -o - | FileCheck %s
-
struct A {
virtual void f();
};
@@ -18,4 +14,4 @@ struct C : A, B {
void C::f() { }
-// CHECK: [ DW_TAG_subprogram ] [line 15] [def] [_ZThn8_N1C1fEv]
+// CHECK: [ DW_TAG_subprogram ] [line 15] [def] [_ZThn{{4|8}}_N1C1fEv]
OpenPOWER on IntegriCloud