summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-10-31 21:22:43 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-10-31 21:22:43 +0000
commit6af049837a316f52f3e18ae74b1b421e533ed550 (patch)
treef14bea582480161c14f4159f275a70fd9e36ba63 /test
parent7e667c56cf7e27ff521ceb86518beab32bfb630d (diff)
downloadllvm-6af049837a316f52f3e18ae74b1b421e533ed550.tar.gz
llvm-6af049837a316f52f3e18ae74b1b421e533ed550.tar.bz2
llvm-6af049837a316f52f3e18ae74b1b421e533ed550.tar.xz
XFAIL this for now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193802 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/LTO/linkonce_odr_func.ll4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/LTO/linkonce_odr_func.ll b/test/LTO/linkonce_odr_func.ll
index ab96fca477..4be7c117b1 100644
--- a/test/LTO/linkonce_odr_func.ll
+++ b/test/LTO/linkonce_odr_func.ll
@@ -3,6 +3,10 @@
; RUN: -dso-symbol=foo4 %t1 -disable-opt
; RUN: llvm-nm %t2 | FileCheck %s
+; FIXME: it looks like -march option of llvm-lto is not working and llvm-nm is
+; not printing the correct values with Mach-O.
+; XFAIL: darwin
+
; CHECK: t foo1
define linkonce_odr void @foo1() noinline {
ret void