[llvm] r193804 - XFAIL on ppc64 too.
Rafael Espindola
rafael.espindola at gmail.com
Thu Oct 31 14:27:02 PDT 2013
Author: rafael
Date: Thu Oct 31 16:27:02 2013
New Revision: 193804
URL: http://llvm.org/viewvc/llvm-project?rev=193804&view=rev
Log:
XFAIL on ppc64 too.
Modified:
llvm/trunk/test/LTO/linkonce_odr_func.ll
Modified: llvm/trunk/test/LTO/linkonce_odr_func.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/LTO/linkonce_odr_func.ll?rev=193804&r1=193803&r2=193804&view=diff
==============================================================================
--- llvm/trunk/test/LTO/linkonce_odr_func.ll (original)
+++ llvm/trunk/test/LTO/linkonce_odr_func.ll Thu Oct 31 16:27:02 2013
@@ -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
More information about the llvm-commits
mailing list