clang/test/CodeGenCXX/debug-info-thunk.cpp: Suppress it for now with XFAIL:*, due to failing on i686-*-*.

llvm-svn: 166683
This commit is contained in:
NAKAMURA Takumi 2012-10-25 14:43:34 +00:00
parent 1be10dc732
commit 920cff606b
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
// 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();
};