[llvm] r193802 - XFAIL this for now.

Rafael Espindola rafael.espindola at gmail.com
Thu Oct 31 14:22:43 PDT 2013


Author: rafael
Date: Thu Oct 31 16:22:43 2013
New Revision: 193802

URL: http://llvm.org/viewvc/llvm-project?rev=193802&view=rev
Log:
XFAIL this for now.

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=193802&r1=193801&r2=193802&view=diff
==============================================================================
--- llvm/trunk/test/LTO/linkonce_odr_func.ll (original)
+++ llvm/trunk/test/LTO/linkonce_odr_func.ll Thu Oct 31 16:22:43 2013
@@ -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





More information about the llvm-commits mailing list