diff options
author | Chris Lattner <sabre@nondot.org> | 2011-01-14 05:30:12 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2011-01-14 05:30:12 +0000 |
commit | 161e40c150e1629fe2861bcfc82ea0dffc00b72f (patch) | |
tree | 27b54b62f3f9bb2bd6637f1ec8f87c2d55be5768 | |
parent | 0bc15d92bf98cd01e7904d7fca9895dacc237618 (diff) |
temporarily xfail, this was broken by r123418
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123430 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGenCXX/virtual-base-ctor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGenCXX/virtual-base-ctor.cpp b/test/CodeGenCXX/virtual-base-ctor.cpp index 2d81ebd3a4..de29774f74 100644 --- a/test/CodeGenCXX/virtual-base-ctor.cpp +++ b/test/CodeGenCXX/virtual-base-ctor.cpp @@ -1,4 +1,5 @@ // RUN: %clang_cc1 %s -emit-llvm -o - -O2 | FileCheck %s +// XFAIL: * struct B; extern B x; |