refresh of the patch

This commit is contained in:
Sylvestre Ledru 2014-06-21 22:55:37 +00:00
parent 7deaf4701b
commit b4e137b82b

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_3.5~svn199847/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll Index: llvm-toolchain-snapshot_3.5~svn211445/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.5~svn199847.orig/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll 2014-01-23 00:06:39.008453850 +0100 --- llvm-toolchain-snapshot_3.5~svn211445.orig/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll 2014-06-21 15:54:22.049147179 -0700
+++ llvm-toolchain-snapshot_3.5~svn199847/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll 2014-01-23 00:06:39.004453854 +0100 +++ llvm-toolchain-snapshot_3.5~svn211445/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll 2014-06-21 15:54:22.045147073 -0700
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
; RUN: %lli_mcjit -extra-module=%p/Inputs/cross-module-b.ll -relocation-model=pic -code-model=small %s > /dev/null ; RUN: %lli_mcjit -extra-module=%p/Inputs/cross-module-b.ll -relocation-model=pic -code-model=small %s > /dev/null
-; XFAIL: mips, i686, i386, arm -; XFAIL: mips, i686, i386, arm
@ -9,21 +9,21 @@ Index: llvm-toolchain-snapshot_3.5~svn199847/test/ExecutionEngine/MCJIT/cross-mo
declare i32 @FB() declare i32 @FB()
Index: llvm-toolchain-snapshot_3.5~svn199847/test/ExecutionEngine/MCJIT/eh-lg-pic.ll Index: llvm-toolchain-snapshot_3.5~svn211445/test/ExecutionEngine/MCJIT/eh-lg-pic.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.5~svn199847.orig/test/ExecutionEngine/MCJIT/eh-lg-pic.ll 2014-01-23 00:06:39.008453850 +0100 --- llvm-toolchain-snapshot_3.5~svn211445.orig/test/ExecutionEngine/MCJIT/eh-lg-pic.ll 2014-06-21 15:54:22.049147179 -0700
+++ llvm-toolchain-snapshot_3.5~svn199847/test/ExecutionEngine/MCJIT/eh-lg-pic.ll 2014-01-23 00:06:39.004453854 +0100 +++ llvm-toolchain-snapshot_3.5~svn211445/test/ExecutionEngine/MCJIT/eh-lg-pic.ll 2014-06-21 15:54:39.753616224 -0700
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
; RUN: %lli_mcjit -relocation-model=pic -code-model=large %s ; RUN: %lli_mcjit -relocation-model=pic -code-model=large %s
-; XFAIL: cygwin, win32, mingw, mips, powerpc64, i686, i386, aarch64, arm -; XFAIL: cygwin, win32, mingw, mips, i686, i386, aarch64, arm
+; XFAIL: * +; XFAIL: *
declare i8* @__cxa_allocate_exception(i64) declare i8* @__cxa_allocate_exception(i64)
declare void @__cxa_throw(i8*, i8*, i8*) declare void @__cxa_throw(i8*, i8*, i8*)
declare i32 @__gxx_personality_v0(...) declare i32 @__gxx_personality_v0(...)
Index: llvm-toolchain-snapshot_3.5~svn199847/test/ExecutionEngine/MCJIT/eh-sm-pic.ll Index: llvm-toolchain-snapshot_3.5~svn211445/test/ExecutionEngine/MCJIT/eh-sm-pic.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.5~svn199847.orig/test/ExecutionEngine/MCJIT/eh-sm-pic.ll 2014-01-23 00:06:39.008453850 +0100 --- llvm-toolchain-snapshot_3.5~svn211445.orig/test/ExecutionEngine/MCJIT/eh-sm-pic.ll 2014-06-21 15:54:22.049147179 -0700
+++ llvm-toolchain-snapshot_3.5~svn199847/test/ExecutionEngine/MCJIT/eh-sm-pic.ll 2014-01-23 00:06:39.004453854 +0100 +++ llvm-toolchain-snapshot_3.5~svn211445/test/ExecutionEngine/MCJIT/eh-sm-pic.ll 2014-06-21 15:54:22.049147179 -0700
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
; RUN: %lli_mcjit -relocation-model=pic -code-model=small %s ; RUN: %lli_mcjit -relocation-model=pic -code-model=small %s
-; XFAIL: cygwin, win32, mingw, mips, i686, i386, darwin, aarch64, arm -; XFAIL: cygwin, win32, mingw, mips, i686, i386, darwin, aarch64, arm
@ -31,10 +31,10 @@ Index: llvm-toolchain-snapshot_3.5~svn199847/test/ExecutionEngine/MCJIT/eh-sm-pi
declare i8* @__cxa_allocate_exception(i64) declare i8* @__cxa_allocate_exception(i64)
declare void @__cxa_throw(i8*, i8*, i8*) declare void @__cxa_throw(i8*, i8*, i8*)
declare i32 @__gxx_personality_v0(...) declare i32 @__gxx_personality_v0(...)
Index: llvm-toolchain-snapshot_3.5~svn199847/test/ExecutionEngine/MCJIT/hello-sm-pic.ll Index: llvm-toolchain-snapshot_3.5~svn211445/test/ExecutionEngine/MCJIT/hello-sm-pic.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.5~svn199847.orig/test/ExecutionEngine/MCJIT/hello-sm-pic.ll 2014-01-23 00:06:39.008453850 +0100 --- llvm-toolchain-snapshot_3.5~svn211445.orig/test/ExecutionEngine/MCJIT/hello-sm-pic.ll 2014-06-21 15:54:22.049147179 -0700
+++ llvm-toolchain-snapshot_3.5~svn199847/test/ExecutionEngine/MCJIT/hello-sm-pic.ll 2014-01-23 00:06:39.004453854 +0100 +++ llvm-toolchain-snapshot_3.5~svn211445/test/ExecutionEngine/MCJIT/hello-sm-pic.ll 2014-06-21 15:54:22.049147179 -0700
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
; RUN: %lli_mcjit -relocation-model=pic -code-model=small %s > /dev/null ; RUN: %lli_mcjit -relocation-model=pic -code-model=small %s > /dev/null
-; XFAIL: mips, i686, i386, darwin, aarch64, arm -; XFAIL: mips, i686, i386, darwin, aarch64, arm
@ -42,10 +42,10 @@ Index: llvm-toolchain-snapshot_3.5~svn199847/test/ExecutionEngine/MCJIT/hello-sm
@.LC0 = internal global [12 x i8] c"Hello World\00" ; <[12 x i8]*> [#uses=1] @.LC0 = internal global [12 x i8] c"Hello World\00" ; <[12 x i8]*> [#uses=1]
Index: llvm-toolchain-snapshot_3.5~svn199847/test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll Index: llvm-toolchain-snapshot_3.5~svn211445/test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.5~svn199847.orig/test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll 2014-01-23 00:06:39.008453850 +0100 --- llvm-toolchain-snapshot_3.5~svn211445.orig/test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll 2014-06-21 15:54:22.049147179 -0700
+++ llvm-toolchain-snapshot_3.5~svn199847/test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll 2014-01-23 00:06:39.004453854 +0100 +++ llvm-toolchain-snapshot_3.5~svn211445/test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll 2014-06-21 15:54:22.049147179 -0700
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
; RUN: %lli_mcjit -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/multi-module-c.ll -relocation-model=pic -code-model=small %s > /dev/null ; RUN: %lli_mcjit -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/multi-module-c.ll -relocation-model=pic -code-model=small %s > /dev/null
-; XFAIL: mips, i686, i386, arm -; XFAIL: mips, i686, i386, arm
@ -53,10 +53,10 @@ Index: llvm-toolchain-snapshot_3.5~svn199847/test/ExecutionEngine/MCJIT/multi-mo
declare i32 @FB() declare i32 @FB()
Index: llvm-toolchain-snapshot_3.5~svn199847/test/ExecutionEngine/MCJIT/remote/cross-module-sm-pic-a.ll Index: llvm-toolchain-snapshot_3.5~svn211445/test/ExecutionEngine/MCJIT/remote/cross-module-sm-pic-a.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.5~svn199847.orig/test/ExecutionEngine/MCJIT/remote/cross-module-sm-pic-a.ll 2014-01-23 00:06:39.008453850 +0100 --- llvm-toolchain-snapshot_3.5~svn211445.orig/test/ExecutionEngine/MCJIT/remote/cross-module-sm-pic-a.ll 2014-06-21 15:54:22.049147179 -0700
+++ llvm-toolchain-snapshot_3.5~svn199847/test/ExecutionEngine/MCJIT/remote/cross-module-sm-pic-a.ll 2014-01-23 00:07:17.996454976 +0100 +++ llvm-toolchain-snapshot_3.5~svn211445/test/ExecutionEngine/MCJIT/remote/cross-module-sm-pic-a.ll 2014-06-21 15:54:22.049147179 -0700
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
; RUN: %lli_mcjit -extra-module=%p/Inputs/cross-module-b.ll -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target%exeext -relocation-model=pic -code-model=small %s > /dev/null ; RUN: %lli_mcjit -extra-module=%p/Inputs/cross-module-b.ll -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target%exeext -relocation-model=pic -code-model=small %s > /dev/null
-; XFAIL: mips, i686, i386, arm -; XFAIL: mips, i686, i386, arm
@ -64,10 +64,10 @@ Index: llvm-toolchain-snapshot_3.5~svn199847/test/ExecutionEngine/MCJIT/remote/c
declare i32 @FB() declare i32 @FB()
Index: llvm-toolchain-snapshot_3.5~svn199847/test/ExecutionEngine/MCJIT/remote/multi-module-sm-pic-a.ll Index: llvm-toolchain-snapshot_3.5~svn211445/test/ExecutionEngine/MCJIT/remote/multi-module-sm-pic-a.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.5~svn199847.orig/test/ExecutionEngine/MCJIT/remote/multi-module-sm-pic-a.ll 2014-01-23 00:06:39.008453850 +0100 --- llvm-toolchain-snapshot_3.5~svn211445.orig/test/ExecutionEngine/MCJIT/remote/multi-module-sm-pic-a.ll 2014-06-21 15:54:22.049147179 -0700
+++ llvm-toolchain-snapshot_3.5~svn199847/test/ExecutionEngine/MCJIT/remote/multi-module-sm-pic-a.ll 2014-01-23 00:07:21.936455408 +0100 +++ llvm-toolchain-snapshot_3.5~svn211445/test/ExecutionEngine/MCJIT/remote/multi-module-sm-pic-a.ll 2014-06-21 15:54:22.049147179 -0700
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
; RUN: %lli_mcjit -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/multi-module-c.ll -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target%exeext -relocation-model=pic -code-model=small %s > /dev/null ; RUN: %lli_mcjit -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/multi-module-c.ll -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target%exeext -relocation-model=pic -code-model=small %s > /dev/null
-; XFAIL: mips, i686, i386, arm -; XFAIL: mips, i686, i386, arm
@ -75,10 +75,10 @@ Index: llvm-toolchain-snapshot_3.5~svn199847/test/ExecutionEngine/MCJIT/remote/m
declare i32 @FB() declare i32 @FB()
Index: llvm-toolchain-snapshot_3.5~svn199847/test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-sm-pic.ll Index: llvm-toolchain-snapshot_3.5~svn211445/test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-sm-pic.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.5~svn199847.orig/test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-sm-pic.ll 2014-01-23 00:06:39.008453850 +0100 --- llvm-toolchain-snapshot_3.5~svn211445.orig/test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-sm-pic.ll 2014-06-21 15:54:22.049147179 -0700
+++ llvm-toolchain-snapshot_3.5~svn199847/test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-sm-pic.ll 2014-01-23 00:06:39.004453854 +0100 +++ llvm-toolchain-snapshot_3.5~svn211445/test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-sm-pic.ll 2014-06-21 15:54:22.049147179 -0700
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
; RUN: %lli_mcjit -remote-mcjit -relocation-model=pic -code-model=small %s > /dev/null ; RUN: %lli_mcjit -remote-mcjit -relocation-model=pic -code-model=small %s > /dev/null
-; XFAIL: mips, aarch64, arm, i686, i386 -; XFAIL: mips, aarch64, arm, i686, i386
@ -86,10 +86,10 @@ Index: llvm-toolchain-snapshot_3.5~svn199847/test/ExecutionEngine/MCJIT/remote/t
@count = global i32 1, align 4 @count = global i32 1, align 4
Index: llvm-toolchain-snapshot_3.5~svn199847/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-sm-pic.ll Index: llvm-toolchain-snapshot_3.5~svn211445/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-sm-pic.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.5~svn199847.orig/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-sm-pic.ll 2014-01-23 00:06:39.008453850 +0100 --- llvm-toolchain-snapshot_3.5~svn211445.orig/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-sm-pic.ll 2014-06-21 15:54:22.049147179 -0700
+++ llvm-toolchain-snapshot_3.5~svn199847/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-sm-pic.ll 2014-01-23 00:06:39.004453854 +0100 +++ llvm-toolchain-snapshot_3.5~svn211445/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-sm-pic.ll 2014-06-21 15:54:22.049147179 -0700
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
; RUN: %lli_mcjit -remote-mcjit -O0 -relocation-model=pic -code-model=small %s ; RUN: %lli_mcjit -remote-mcjit -O0 -relocation-model=pic -code-model=small %s
-; XFAIL: mips, aarch64, arm, i686, i386 -; XFAIL: mips, aarch64, arm, i686, i386
@ -97,10 +97,10 @@ Index: llvm-toolchain-snapshot_3.5~svn199847/test/ExecutionEngine/MCJIT/remote/t
@.str = private unnamed_addr constant [6 x i8] c"data1\00", align 1 @.str = private unnamed_addr constant [6 x i8] c"data1\00", align 1
@ptr = global i8* getelementptr inbounds ([6 x i8]* @.str, i32 0, i32 0), align 4 @ptr = global i8* getelementptr inbounds ([6 x i8]* @.str, i32 0, i32 0), align 4
Index: llvm-toolchain-snapshot_3.5~svn199847/test/ExecutionEngine/MCJIT/stubs-sm-pic.ll Index: llvm-toolchain-snapshot_3.5~svn211445/test/ExecutionEngine/MCJIT/stubs-sm-pic.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.5~svn199847.orig/test/ExecutionEngine/MCJIT/stubs-sm-pic.ll 2014-01-23 00:06:39.008453850 +0100 --- llvm-toolchain-snapshot_3.5~svn211445.orig/test/ExecutionEngine/MCJIT/stubs-sm-pic.ll 2014-06-21 15:54:22.049147179 -0700
+++ llvm-toolchain-snapshot_3.5~svn199847/test/ExecutionEngine/MCJIT/stubs-sm-pic.ll 2014-01-23 00:06:39.004453854 +0100 +++ llvm-toolchain-snapshot_3.5~svn211445/test/ExecutionEngine/MCJIT/stubs-sm-pic.ll 2014-06-21 15:54:22.049147179 -0700
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
; RUN: %lli_mcjit -disable-lazy-compilation=false -relocation-model=pic -code-model=small %s ; RUN: %lli_mcjit -disable-lazy-compilation=false -relocation-model=pic -code-model=small %s
-; XFAIL: mips, i686, i386, aarch64, arm -; XFAIL: mips, i686, i386, aarch64, arm
@ -108,10 +108,10 @@ Index: llvm-toolchain-snapshot_3.5~svn199847/test/ExecutionEngine/MCJIT/stubs-sm
define i32 @main() nounwind { define i32 @main() nounwind {
entry: entry:
Index: llvm-toolchain-snapshot_3.5~svn199847/test/ExecutionEngine/MCJIT/test-global-init-nonzero-sm-pic.ll Index: llvm-toolchain-snapshot_3.5~svn211445/test/ExecutionEngine/MCJIT/test-global-init-nonzero-sm-pic.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.5~svn199847.orig/test/ExecutionEngine/MCJIT/test-global-init-nonzero-sm-pic.ll 2014-01-23 00:06:39.008453850 +0100 --- llvm-toolchain-snapshot_3.5~svn211445.orig/test/ExecutionEngine/MCJIT/test-global-init-nonzero-sm-pic.ll 2014-06-21 15:54:22.049147179 -0700
+++ llvm-toolchain-snapshot_3.5~svn199847/test/ExecutionEngine/MCJIT/test-global-init-nonzero-sm-pic.ll 2014-01-23 00:06:39.004453854 +0100 +++ llvm-toolchain-snapshot_3.5~svn211445/test/ExecutionEngine/MCJIT/test-global-init-nonzero-sm-pic.ll 2014-06-21 15:54:22.049147179 -0700
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
; RUN: %lli_mcjit -relocation-model=pic -code-model=small %s > /dev/null ; RUN: %lli_mcjit -relocation-model=pic -code-model=small %s > /dev/null
-; XFAIL: mips, aarch64, arm, i686, i386 -; XFAIL: mips, aarch64, arm, i686, i386
@ -119,10 +119,10 @@ Index: llvm-toolchain-snapshot_3.5~svn199847/test/ExecutionEngine/MCJIT/test-glo
@count = global i32 1, align 4 @count = global i32 1, align 4
Index: llvm-toolchain-snapshot_3.5~svn199847/test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll Index: llvm-toolchain-snapshot_3.5~svn211445/test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.5~svn199847.orig/test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll 2014-01-23 00:06:39.008453850 +0100 --- llvm-toolchain-snapshot_3.5~svn211445.orig/test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll 2014-06-21 15:54:22.049147179 -0700
+++ llvm-toolchain-snapshot_3.5~svn199847/test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll 2014-01-23 00:06:39.008453850 +0100 +++ llvm-toolchain-snapshot_3.5~svn211445/test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll 2014-06-21 15:54:22.049147179 -0700
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
; RUN: %lli_mcjit -O0 -relocation-model=pic -code-model=small %s ; RUN: %lli_mcjit -O0 -relocation-model=pic -code-model=small %s
-; XFAIL: mips, aarch64, arm, i686, i386 -; XFAIL: mips, aarch64, arm, i686, i386