[llvm] r191830 - Disable this test on Win32 for now.
Rafael Espindola
rafael.espindola at gmail.com
Wed Oct 2 07:48:35 PDT 2013
Author: rafael
Date: Wed Oct 2 09:48:35 2013
New Revision: 191830
URL: http://llvm.org/viewvc/llvm-project?rev=191830&view=rev
Log:
Disable this test on Win32 for now.
Modified:
llvm/trunk/test/LTO/cfi_endproc.ll
Modified: llvm/trunk/test/LTO/cfi_endproc.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/LTO/cfi_endproc.ll?rev=191830&r1=191829&r2=191830&view=diff
==============================================================================
--- llvm/trunk/test/LTO/cfi_endproc.ll (original)
+++ llvm/trunk/test/LTO/cfi_endproc.ll Wed Oct 2 09:48:35 2013
@@ -4,6 +4,9 @@
; RUN: llvm-lto -o %t3 -exported-symbol=main %t1
; RUN: llvm-nm %t3 | FileCheck %s -check-prefix=EXPORT
+; FIXME: we can now build LTO on windows, debug why this fails.
+; XFAIL: win32
+
target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128"
target triple = "x86_64-unknown-linux-gnu"
More information about the llvm-commits
mailing list