diff options
-rw-r--r-- | test/CodeGenCXX/debug-info-thunk.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/CodeGenCXX/debug-info-thunk.cpp b/test/CodeGenCXX/debug-info-thunk.cpp index 58dd02885e..711a2c6ce1 100644 --- a/test/CodeGenCXX/debug-info-thunk.cpp +++ b/test/CodeGenCXX/debug-info-thunk.cpp @@ -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(); }; |