зеркало из https://github.com/microsoft/clang-1.git
clang/test/CodeGenCXX/debug-info-thunk.cpp: Suppress it for now with XFAIL:*, due to failing on i686-*-*.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166683 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
a0d5878b7e
Коммит
37c94bfdc8
|
@ -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();
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче