Skip to content

Commit

Permalink
XFAIL this for now.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193802 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
espindola committed Oct 31, 2013
1 parent 7e667c5 commit 6af0498
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/LTO/linkonce_odr_func.ll
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6af0498

Please sign in to comment.