From 5e85cd2723d7c219a28123928b9164c67d16c21f Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 8 Jan 2007 19:38:58 +0000 Subject: [PATCH] XFAIL this test until PR1085 mystery is resolved. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33019 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/C++Frontend/2007-01-06-ELF-Thunk-Sections.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/C++Frontend/2007-01-06-ELF-Thunk-Sections.cpp b/test/C++Frontend/2007-01-06-ELF-Thunk-Sections.cpp index b1fb0dbd6b1..487cb7d9c50 100644 --- a/test/C++Frontend/2007-01-06-ELF-Thunk-Sections.cpp +++ b/test/C++Frontend/2007-01-06-ELF-Thunk-Sections.cpp @@ -1,6 +1,7 @@ // RUN: %llvmgxx %s -emit-llvm -S -o - && // RUN: %llvmgxx %s -emit-llvm -S -o - | not grep 'gnu.linkonce.' // PR1085 +// XFAIL: i.86-pc-linux-* class __attribute__((visibility("default"))) QGenericArgument -- 2.34.1