From fe0ae1db3afa3ae85d2b8ea8a18e74f21a958764 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Thu, 31 Oct 2013 21:27:02 +0000 Subject: [PATCH] XFAIL on ppc64 too. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193804 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/LTO/linkonce_odr_func.ll | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/LTO/linkonce_odr_func.ll b/test/LTO/linkonce_odr_func.ll index 4be7c117b12..41b0141b17f 100644 --- a/test/LTO/linkonce_odr_func.ll +++ b/test/LTO/linkonce_odr_func.ll @@ -7,6 +7,9 @@ ; not printing the correct values with Mach-O. ; XFAIL: darwin +; FIXME: llvm-nm is printing 'd' instead of 't' for foo1. +; XFAIL: powerpc64 + ; CHECK: t foo1 define linkonce_odr void @foo1() noinline { ret void -- 2.34.1