diff options
-rw-r--r-- | llvm/test/LTO/linkonce_odr_func.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/LTO/linkonce_odr_func.ll b/llvm/test/LTO/linkonce_odr_func.ll index 4be7c117b12..41b0141b17f 100644 --- a/llvm/test/LTO/linkonce_odr_func.ll +++ b/llvm/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 |