diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-10-31 21:27:02 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-10-31 21:27:02 +0000 |
commit | 775ef460c970ad15e6f8030d909919df4f1a9a24 (patch) | |
tree | e7ad2c6616e82f22438a97f5a09cf6c9a3046cce | |
parent | b87c465391eff87c40ed1dfc3532241041365865 (diff) | |
download | bcm5719-llvm-775ef460c970ad15e6f8030d909919df4f1a9a24.tar.gz bcm5719-llvm-775ef460c970ad15e6f8030d909919df4f1a9a24.zip |
XFAIL on ppc64 too.
llvm-svn: 193804
-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 |