mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-07 17:18:21 +00:00
* lit-lang.diff: Force the call to ld to be in english
(was failing with a french locale) * silent-MCJIIT-tests.diff: enable some tests and silents some other
This commit is contained in:
parent
bc52a6d240
commit
3cbe8146b6
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -4,6 +4,9 @@ llvm-toolchain-snapshot (1:3.7~svn228604-1) unstable; urgency=medium
|
|||||||
* Bring back polly and remove libcloog-isl-dev & libisl-dev as build deps
|
* Bring back polly and remove libcloog-isl-dev & libisl-dev as build deps
|
||||||
(shipped in the polly source tree)
|
(shipped in the polly source tree)
|
||||||
* Set the correct conflicts (Closes: #777580, #777581, #777582)
|
* Set the correct conflicts (Closes: #777580, #777581, #777582)
|
||||||
|
* lit-lang.diff: Force the call to ld to be in english
|
||||||
|
(was failing with a french locale)
|
||||||
|
* silent-MCJIIT-tests.diff: enable some tests and silents some other
|
||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 09 Feb 2015 22:05:04 +0100
|
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 09 Feb 2015 22:05:04 +0100
|
||||||
|
|
||||||
|
13
debian/patches/lit-lang.diff
vendored
Normal file
13
debian/patches/lit-lang.diff
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
Index: llvm-toolchain-snapshot_3.7~svn228604/test/lit.cfg
|
||||||
|
===================================================================
|
||||||
|
--- llvm-toolchain-snapshot_3.7~svn228604.orig/test/lit.cfg
|
||||||
|
+++ llvm-toolchain-snapshot_3.7~svn228604/test/lit.cfg
|
||||||
|
@@ -333,7 +333,7 @@ def have_ld_plugin_support():
|
||||||
|
if not os.path.exists(os.path.join(config.llvm_shlib_dir, 'LLVMgold.so')):
|
||||||
|
return False
|
||||||
|
|
||||||
|
- ld_cmd = subprocess.Popen(['ld', '--help'], stdout = subprocess.PIPE)
|
||||||
|
+ ld_cmd = subprocess.Popen(['ld', '--help'], stdout = subprocess.PIPE, env={'LANG': 'C'})
|
||||||
|
ld_out = ld_cmd.stdout.read().decode()
|
||||||
|
ld_cmd.wait()
|
||||||
|
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -35,3 +35,4 @@ hurd-EIEIO-undef.diff
|
|||||||
silent-MCJIIT-tests.diff
|
silent-MCJIIT-tests.diff
|
||||||
lldb-libname.diff
|
lldb-libname.diff
|
||||||
strip-svn.diff
|
strip-svn.diff
|
||||||
|
lit-lang.diff
|
||||||
|
252
debian/patches/silent-MCJIIT-tests.diff
vendored
252
debian/patches/silent-MCJIIT-tests.diff
vendored
@ -1,7 +1,7 @@
|
|||||||
Index: llvm-toolchain-snapshot_3.6~svn225436/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll
|
Index: llvm-toolchain-snapshot_3.7~svn228604/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.6~svn225436.orig/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll
|
--- llvm-toolchain-snapshot_3.7~svn228604.orig/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll
|
||||||
+++ llvm-toolchain-snapshot_3.6~svn225436/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll
|
+++ llvm-toolchain-snapshot_3.7~svn228604/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll
|
||||||
@@ -1,5 +1,5 @@
|
@@ -1,5 +1,5 @@
|
||||||
; RUN: %lli -extra-module=%p/Inputs/cross-module-b.ll -relocation-model=pic -code-model=small %s > /dev/null
|
; RUN: %lli -extra-module=%p/Inputs/cross-module-b.ll -relocation-model=pic -code-model=small %s > /dev/null
|
||||||
-; XFAIL: mips, i686, i386
|
-; XFAIL: mips, i686, i386
|
||||||
@ -9,10 +9,10 @@ Index: llvm-toolchain-snapshot_3.6~svn225436/test/ExecutionEngine/MCJIT/cross-mo
|
|||||||
|
|
||||||
declare i32 @FB()
|
declare i32 @FB()
|
||||||
|
|
||||||
Index: llvm-toolchain-snapshot_3.6~svn225436/test/ExecutionEngine/MCJIT/eh-lg-pic.ll
|
Index: llvm-toolchain-snapshot_3.7~svn228604/test/ExecutionEngine/MCJIT/eh-lg-pic.ll
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.6~svn225436.orig/test/ExecutionEngine/MCJIT/eh-lg-pic.ll
|
--- llvm-toolchain-snapshot_3.7~svn228604.orig/test/ExecutionEngine/MCJIT/eh-lg-pic.ll
|
||||||
+++ llvm-toolchain-snapshot_3.6~svn225436/test/ExecutionEngine/MCJIT/eh-lg-pic.ll
|
+++ llvm-toolchain-snapshot_3.7~svn228604/test/ExecutionEngine/MCJIT/eh-lg-pic.ll
|
||||||
@@ -1,5 +1,5 @@
|
@@ -1,5 +1,5 @@
|
||||||
; RUN: %lli -relocation-model=pic -code-model=large %s
|
; RUN: %lli -relocation-model=pic -code-model=large %s
|
||||||
-; XFAIL: cygwin, win32, mingw, mips, i686, i386, aarch64, arm, asan, msan
|
-; XFAIL: cygwin, win32, mingw, mips, i686, i386, aarch64, arm, asan, msan
|
||||||
@ -20,10 +20,10 @@ Index: llvm-toolchain-snapshot_3.6~svn225436/test/ExecutionEngine/MCJIT/eh-lg-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.6~svn225436/test/ExecutionEngine/MCJIT/eh-sm-pic.ll
|
Index: llvm-toolchain-snapshot_3.7~svn228604/test/ExecutionEngine/MCJIT/eh-sm-pic.ll
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.6~svn225436.orig/test/ExecutionEngine/MCJIT/eh-sm-pic.ll
|
--- llvm-toolchain-snapshot_3.7~svn228604.orig/test/ExecutionEngine/MCJIT/eh-sm-pic.ll
|
||||||
+++ llvm-toolchain-snapshot_3.6~svn225436/test/ExecutionEngine/MCJIT/eh-sm-pic.ll
|
+++ llvm-toolchain-snapshot_3.7~svn228604/test/ExecutionEngine/MCJIT/eh-sm-pic.ll
|
||||||
@@ -1,5 +1,5 @@
|
@@ -1,5 +1,5 @@
|
||||||
; RUN: %lli -relocation-model=pic -code-model=small %s
|
; RUN: %lli -relocation-model=pic -code-model=small %s
|
||||||
-; XFAIL: cygwin, win32, mingw, mips, i686, i386, darwin, aarch64, arm, asan, msan
|
-; XFAIL: cygwin, win32, mingw, mips, i686, i386, darwin, aarch64, arm, asan, msan
|
||||||
@ -31,10 +31,10 @@ Index: llvm-toolchain-snapshot_3.6~svn225436/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.6~svn225436/test/ExecutionEngine/MCJIT/hello-sm-pic.ll
|
Index: llvm-toolchain-snapshot_3.7~svn228604/test/ExecutionEngine/MCJIT/hello-sm-pic.ll
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.6~svn225436.orig/test/ExecutionEngine/MCJIT/hello-sm-pic.ll
|
--- llvm-toolchain-snapshot_3.7~svn228604.orig/test/ExecutionEngine/MCJIT/hello-sm-pic.ll
|
||||||
+++ llvm-toolchain-snapshot_3.6~svn225436/test/ExecutionEngine/MCJIT/hello-sm-pic.ll
|
+++ llvm-toolchain-snapshot_3.7~svn228604/test/ExecutionEngine/MCJIT/hello-sm-pic.ll
|
||||||
@@ -1,5 +1,5 @@
|
@@ -1,5 +1,5 @@
|
||||||
; RUN: %lli -relocation-model=pic -code-model=small %s > /dev/null
|
; RUN: %lli -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.6~svn225436/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.6~svn225436/test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll
|
Index: llvm-toolchain-snapshot_3.7~svn228604/test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.6~svn225436.orig/test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll
|
--- llvm-toolchain-snapshot_3.7~svn228604.orig/test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll
|
||||||
+++ llvm-toolchain-snapshot_3.6~svn225436/test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll
|
+++ llvm-toolchain-snapshot_3.7~svn228604/test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll
|
||||||
@@ -1,5 +1,5 @@
|
@@ -1,5 +1,5 @@
|
||||||
; RUN: %lli -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 -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
|
-; XFAIL: mips, i686, i386
|
||||||
@ -53,10 +53,10 @@ Index: llvm-toolchain-snapshot_3.6~svn225436/test/ExecutionEngine/MCJIT/multi-mo
|
|||||||
|
|
||||||
declare i32 @FB()
|
declare i32 @FB()
|
||||||
|
|
||||||
Index: llvm-toolchain-snapshot_3.6~svn225436/test/ExecutionEngine/MCJIT/stubs-sm-pic.ll
|
Index: llvm-toolchain-snapshot_3.7~svn228604/test/ExecutionEngine/MCJIT/stubs-sm-pic.ll
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.6~svn225436.orig/test/ExecutionEngine/MCJIT/stubs-sm-pic.ll
|
--- llvm-toolchain-snapshot_3.7~svn228604.orig/test/ExecutionEngine/MCJIT/stubs-sm-pic.ll
|
||||||
+++ llvm-toolchain-snapshot_3.6~svn225436/test/ExecutionEngine/MCJIT/stubs-sm-pic.ll
|
+++ llvm-toolchain-snapshot_3.7~svn228604/test/ExecutionEngine/MCJIT/stubs-sm-pic.ll
|
||||||
@@ -1,5 +1,5 @@
|
@@ -1,5 +1,5 @@
|
||||||
; RUN: %lli -disable-lazy-compilation=false -relocation-model=pic -code-model=small %s
|
; RUN: %lli -disable-lazy-compilation=false -relocation-model=pic -code-model=small %s
|
||||||
-; XFAIL: mips, i686, i386, aarch64, arm
|
-; XFAIL: mips, i686, i386, aarch64, arm
|
||||||
@ -64,10 +64,10 @@ Index: llvm-toolchain-snapshot_3.6~svn225436/test/ExecutionEngine/MCJIT/stubs-sm
|
|||||||
|
|
||||||
define i32 @main() nounwind {
|
define i32 @main() nounwind {
|
||||||
entry:
|
entry:
|
||||||
Index: llvm-toolchain-snapshot_3.6~svn225436/test/ExecutionEngine/MCJIT/test-global-init-nonzero-sm-pic.ll
|
Index: llvm-toolchain-snapshot_3.7~svn228604/test/ExecutionEngine/MCJIT/test-global-init-nonzero-sm-pic.ll
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.6~svn225436.orig/test/ExecutionEngine/MCJIT/test-global-init-nonzero-sm-pic.ll
|
--- llvm-toolchain-snapshot_3.7~svn228604.orig/test/ExecutionEngine/MCJIT/test-global-init-nonzero-sm-pic.ll
|
||||||
+++ llvm-toolchain-snapshot_3.6~svn225436/test/ExecutionEngine/MCJIT/test-global-init-nonzero-sm-pic.ll
|
+++ llvm-toolchain-snapshot_3.7~svn228604/test/ExecutionEngine/MCJIT/test-global-init-nonzero-sm-pic.ll
|
||||||
@@ -1,5 +1,5 @@
|
@@ -1,5 +1,5 @@
|
||||||
; RUN: %lli -relocation-model=pic -code-model=small %s > /dev/null
|
; RUN: %lli -relocation-model=pic -code-model=small %s > /dev/null
|
||||||
-; XFAIL: mips, aarch64, arm, i686, i386
|
-; XFAIL: mips, aarch64, arm, i686, i386
|
||||||
@ -75,10 +75,10 @@ Index: llvm-toolchain-snapshot_3.6~svn225436/test/ExecutionEngine/MCJIT/test-glo
|
|||||||
|
|
||||||
@count = global i32 1, align 4
|
@count = global i32 1, align 4
|
||||||
|
|
||||||
Index: llvm-toolchain-snapshot_3.6~svn225436/test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll
|
Index: llvm-toolchain-snapshot_3.7~svn228604/test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.6~svn225436.orig/test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll
|
--- llvm-toolchain-snapshot_3.7~svn228604.orig/test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll
|
||||||
+++ llvm-toolchain-snapshot_3.6~svn225436/test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll
|
+++ llvm-toolchain-snapshot_3.7~svn228604/test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll
|
||||||
@@ -1,5 +1,5 @@
|
@@ -1,5 +1,5 @@
|
||||||
; RUN: %lli -O0 -relocation-model=pic -code-model=small %s
|
; RUN: %lli -O0 -relocation-model=pic -code-model=small %s
|
||||||
-; XFAIL: mips, aarch64, arm, i686, i386
|
-; XFAIL: mips, aarch64, arm, i686, i386
|
||||||
@ -86,10 +86,10 @@ Index: llvm-toolchain-snapshot_3.6~svn225436/test/ExecutionEngine/MCJIT/test-ptr
|
|||||||
|
|
||||||
@.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.6~svn225436/test/ExecutionEngine/MCJIT/remote/cross-module-sm-pic-a.ll
|
Index: llvm-toolchain-snapshot_3.7~svn228604/test/ExecutionEngine/MCJIT/remote/cross-module-sm-pic-a.ll
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.6~svn225436.orig/test/ExecutionEngine/MCJIT/remote/cross-module-sm-pic-a.ll
|
--- llvm-toolchain-snapshot_3.7~svn228604.orig/test/ExecutionEngine/MCJIT/remote/cross-module-sm-pic-a.ll
|
||||||
+++ llvm-toolchain-snapshot_3.6~svn225436/test/ExecutionEngine/MCJIT/remote/cross-module-sm-pic-a.ll
|
+++ llvm-toolchain-snapshot_3.7~svn228604/test/ExecutionEngine/MCJIT/remote/cross-module-sm-pic-a.ll
|
||||||
@@ -1,5 +1,5 @@
|
@@ -1,5 +1,5 @@
|
||||||
; RUN: %lli -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 -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
|
||||||
@ -97,10 +97,10 @@ Index: llvm-toolchain-snapshot_3.6~svn225436/test/ExecutionEngine/MCJIT/remote/c
|
|||||||
|
|
||||||
declare i32 @FB()
|
declare i32 @FB()
|
||||||
|
|
||||||
Index: llvm-toolchain-snapshot_3.6~svn225436/test/ExecutionEngine/MCJIT/remote/multi-module-sm-pic-a.ll
|
Index: llvm-toolchain-snapshot_3.7~svn228604/test/ExecutionEngine/MCJIT/remote/multi-module-sm-pic-a.ll
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.6~svn225436.orig/test/ExecutionEngine/MCJIT/remote/multi-module-sm-pic-a.ll
|
--- llvm-toolchain-snapshot_3.7~svn228604.orig/test/ExecutionEngine/MCJIT/remote/multi-module-sm-pic-a.ll
|
||||||
+++ llvm-toolchain-snapshot_3.6~svn225436/test/ExecutionEngine/MCJIT/remote/multi-module-sm-pic-a.ll
|
+++ llvm-toolchain-snapshot_3.7~svn228604/test/ExecutionEngine/MCJIT/remote/multi-module-sm-pic-a.ll
|
||||||
@@ -1,5 +1,5 @@
|
@@ -1,5 +1,5 @@
|
||||||
; RUN: %lli -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 -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
|
||||||
@ -108,10 +108,10 @@ Index: llvm-toolchain-snapshot_3.6~svn225436/test/ExecutionEngine/MCJIT/remote/m
|
|||||||
|
|
||||||
declare i32 @FB()
|
declare i32 @FB()
|
||||||
|
|
||||||
Index: llvm-toolchain-snapshot_3.6~svn225436/test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-sm-pic.ll
|
Index: llvm-toolchain-snapshot_3.7~svn228604/test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-sm-pic.ll
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.6~svn225436.orig/test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-sm-pic.ll
|
--- llvm-toolchain-snapshot_3.7~svn228604.orig/test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-sm-pic.ll
|
||||||
+++ llvm-toolchain-snapshot_3.6~svn225436/test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-sm-pic.ll
|
+++ llvm-toolchain-snapshot_3.7~svn228604/test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-sm-pic.ll
|
||||||
@@ -1,5 +1,5 @@
|
@@ -1,5 +1,5 @@
|
||||||
; RUN: %lli -remote-mcjit -relocation-model=pic -code-model=small %s > /dev/null
|
; RUN: %lli -remote-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.6~svn225436/test/ExecutionEngine/MCJIT/remote/t
|
|||||||
|
|
||||||
@count = global i32 1, align 4
|
@count = global i32 1, align 4
|
||||||
|
|
||||||
Index: llvm-toolchain-snapshot_3.6~svn225436/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-sm-pic.ll
|
Index: llvm-toolchain-snapshot_3.7~svn228604/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-sm-pic.ll
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.6~svn225436.orig/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-sm-pic.ll
|
--- llvm-toolchain-snapshot_3.7~svn228604.orig/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-sm-pic.ll
|
||||||
+++ llvm-toolchain-snapshot_3.6~svn225436/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-sm-pic.ll
|
+++ llvm-toolchain-snapshot_3.7~svn228604/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-sm-pic.ll
|
||||||
@@ -1,5 +1,5 @@
|
@@ -1,5 +1,5 @@
|
||||||
; RUN: %lli -remote-mcjit -O0 -relocation-model=pic -code-model=small %s
|
; RUN: %lli -remote-mcjit -O0 -relocation-model=pic -code-model=small %s
|
||||||
-; XFAIL: mips, aarch64, arm, i686, i386
|
-; XFAIL: mips, aarch64, arm, i686, i386
|
||||||
@ -130,3 +130,183 @@ Index: llvm-toolchain-snapshot_3.6~svn225436/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.7~svn228604/test/BugPoint/crash-narrowfunctiontest.ll
|
||||||
|
===================================================================
|
||||||
|
--- llvm-toolchain-snapshot_3.7~svn228604.orig/test/BugPoint/crash-narrowfunctiontest.ll
|
||||||
|
+++ llvm-toolchain-snapshot_3.7~svn228604/test/BugPoint/crash-narrowfunctiontest.ll
|
||||||
|
@@ -2,7 +2,6 @@
|
||||||
|
;
|
||||||
|
; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes > /dev/null
|
||||||
|
; REQUIRES: loadable_module
|
||||||
|
-; XFAIL: *
|
||||||
|
|
||||||
|
define i32 @foo() { ret i32 1 }
|
||||||
|
|
||||||
|
Index: llvm-toolchain-snapshot_3.7~svn228604/test/BugPoint/metadata.ll
|
||||||
|
===================================================================
|
||||||
|
--- llvm-toolchain-snapshot_3.7~svn228604.orig/test/BugPoint/metadata.ll
|
||||||
|
+++ llvm-toolchain-snapshot_3.7~svn228604/test/BugPoint/metadata.ll
|
||||||
|
@@ -1,7 +1,6 @@
|
||||||
|
; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes > /dev/null
|
||||||
|
; RUN: llvm-dis %t-reduced-simplified.bc -o - | FileCheck %s
|
||||||
|
; REQUIRES: loadable_module
|
||||||
|
-; XFAIL: *
|
||||||
|
|
||||||
|
; Bugpoint should keep the call's metadata attached to the call.
|
||||||
|
|
||||||
|
Index: llvm-toolchain-snapshot_3.7~svn228604/test/BugPoint/remove_arguments_test.ll
|
||||||
|
===================================================================
|
||||||
|
--- llvm-toolchain-snapshot_3.7~svn228604.orig/test/BugPoint/remove_arguments_test.ll
|
||||||
|
+++ llvm-toolchain-snapshot_3.7~svn228604/test/BugPoint/remove_arguments_test.ll
|
||||||
|
@@ -1,7 +1,6 @@
|
||||||
|
; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes
|
||||||
|
; RUN: llvm-dis %t-reduced-simplified.bc -o - | FileCheck %s
|
||||||
|
; REQUIRES: loadable_module
|
||||||
|
-; XFAIL: *
|
||||||
|
|
||||||
|
; Test to make sure that arguments are removed from the function if they are
|
||||||
|
; unnecessary. And clean up any types that that frees up too.
|
||||||
|
Index: llvm-toolchain-snapshot_3.7~svn228604/test/ExecutionEngine/OrcJIT/cross-module-sm-pic-a.ll
|
||||||
|
===================================================================
|
||||||
|
--- llvm-toolchain-snapshot_3.7~svn228604.orig/test/ExecutionEngine/OrcJIT/cross-module-sm-pic-a.ll
|
||||||
|
+++ llvm-toolchain-snapshot_3.7~svn228604/test/ExecutionEngine/OrcJIT/cross-module-sm-pic-a.ll
|
||||||
|
@@ -1,5 +1,5 @@
|
||||||
|
; RUN: %lli -use-orcmcjit -extra-module=%p/Inputs/cross-module-b.ll -relocation-model=pic -code-model=small %s > /dev/null
|
||||||
|
-; XFAIL: mips, i686, i386
|
||||||
|
+; XFAIL: mips, i686, i386, i586
|
||||||
|
|
||||||
|
declare i32 @FB()
|
||||||
|
|
||||||
|
Index: llvm-toolchain-snapshot_3.7~svn228604/test/ExecutionEngine/OrcJIT/eh-lg-pic.ll
|
||||||
|
===================================================================
|
||||||
|
--- llvm-toolchain-snapshot_3.7~svn228604.orig/test/ExecutionEngine/OrcJIT/eh-lg-pic.ll
|
||||||
|
+++ llvm-toolchain-snapshot_3.7~svn228604/test/ExecutionEngine/OrcJIT/eh-lg-pic.ll
|
||||||
|
@@ -1,5 +1,5 @@
|
||||||
|
; RUN: %lli -use-orcmcjit -relocation-model=pic -code-model=large %s
|
||||||
|
-; XFAIL: cygwin, win32, mingw, mips, i686, i386, aarch64, arm, asan, msan
|
||||||
|
+; XFAIL: cygwin, win32, mingw, mips, i686, i386, aarch64, arm, asan, msan, i586
|
||||||
|
declare i8* @__cxa_allocate_exception(i64)
|
||||||
|
declare void @__cxa_throw(i8*, i8*, i8*)
|
||||||
|
declare i32 @__gxx_personality_v0(...)
|
||||||
|
Index: llvm-toolchain-snapshot_3.7~svn228604/test/ExecutionEngine/OrcJIT/eh-sm-pic.ll
|
||||||
|
===================================================================
|
||||||
|
--- llvm-toolchain-snapshot_3.7~svn228604.orig/test/ExecutionEngine/OrcJIT/eh-sm-pic.ll
|
||||||
|
+++ llvm-toolchain-snapshot_3.7~svn228604/test/ExecutionEngine/OrcJIT/eh-sm-pic.ll
|
||||||
|
@@ -1,5 +1,5 @@
|
||||||
|
; RUN: %lli -use-orcmcjit -relocation-model=pic -code-model=small %s
|
||||||
|
-; XFAIL: cygwin, win32, mingw, mips, i686, i386, darwin, aarch64, arm, asan, msan
|
||||||
|
+; XFAIL: cygwin, win32, mingw, mips, i686, i386, darwin, aarch64, arm, asan, msan, i586
|
||||||
|
declare i8* @__cxa_allocate_exception(i64)
|
||||||
|
declare void @__cxa_throw(i8*, i8*, i8*)
|
||||||
|
declare i32 @__gxx_personality_v0(...)
|
||||||
|
Index: llvm-toolchain-snapshot_3.7~svn228604/test/ExecutionEngine/OrcJIT/hello-sm-pic.ll
|
||||||
|
===================================================================
|
||||||
|
--- llvm-toolchain-snapshot_3.7~svn228604.orig/test/ExecutionEngine/OrcJIT/hello-sm-pic.ll
|
||||||
|
+++ llvm-toolchain-snapshot_3.7~svn228604/test/ExecutionEngine/OrcJIT/hello-sm-pic.ll
|
||||||
|
@@ -1,5 +1,5 @@
|
||||||
|
; RUN: %lli -use-orcmcjit -relocation-model=pic -code-model=small %s > /dev/null
|
||||||
|
-; XFAIL: mips, i686, i386, darwin, aarch64, arm
|
||||||
|
+; XFAIL: mips, i686, i386, darwin, aarch64, arm, i586
|
||||||
|
|
||||||
|
@.LC0 = internal global [12 x i8] c"Hello World\00" ; <[12 x i8]*> [#uses=1]
|
||||||
|
|
||||||
|
Index: llvm-toolchain-snapshot_3.7~svn228604/test/ExecutionEngine/OrcJIT/multi-module-sm-pic-a.ll
|
||||||
|
===================================================================
|
||||||
|
--- llvm-toolchain-snapshot_3.7~svn228604.orig/test/ExecutionEngine/OrcJIT/multi-module-sm-pic-a.ll
|
||||||
|
+++ llvm-toolchain-snapshot_3.7~svn228604/test/ExecutionEngine/OrcJIT/multi-module-sm-pic-a.ll
|
||||||
|
@@ -1,5 +1,5 @@
|
||||||
|
; RUN: %lli -use-orcmcjit -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
|
||||||
|
+; XFAIL: mips, i686, i386, i586
|
||||||
|
|
||||||
|
declare i32 @FB()
|
||||||
|
|
||||||
|
Index: llvm-toolchain-snapshot_3.7~svn228604/test/ExecutionEngine/OrcJIT/remote/cross-module-sm-pic-a.ll
|
||||||
|
===================================================================
|
||||||
|
--- llvm-toolchain-snapshot_3.7~svn228604.orig/test/ExecutionEngine/OrcJIT/remote/cross-module-sm-pic-a.ll
|
||||||
|
+++ llvm-toolchain-snapshot_3.7~svn228604/test/ExecutionEngine/OrcJIT/remote/cross-module-sm-pic-a.ll
|
||||||
|
@@ -1,5 +1,5 @@
|
||||||
|
; RUN: %lli -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, i586
|
||||||
|
|
||||||
|
declare i32 @FB()
|
||||||
|
|
||||||
|
Index: llvm-toolchain-snapshot_3.7~svn228604/test/ExecutionEngine/OrcJIT/remote/multi-module-sm-pic-a.ll
|
||||||
|
===================================================================
|
||||||
|
--- llvm-toolchain-snapshot_3.7~svn228604.orig/test/ExecutionEngine/OrcJIT/remote/multi-module-sm-pic-a.ll
|
||||||
|
+++ llvm-toolchain-snapshot_3.7~svn228604/test/ExecutionEngine/OrcJIT/remote/multi-module-sm-pic-a.ll
|
||||||
|
@@ -1,5 +1,5 @@
|
||||||
|
; RUN: %lli -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, i586
|
||||||
|
|
||||||
|
declare i32 @FB()
|
||||||
|
|
||||||
|
Index: llvm-toolchain-snapshot_3.7~svn228604/test/ExecutionEngine/OrcJIT/remote/test-global-init-nonzero-sm-pic.ll
|
||||||
|
===================================================================
|
||||||
|
--- llvm-toolchain-snapshot_3.7~svn228604.orig/test/ExecutionEngine/OrcJIT/remote/test-global-init-nonzero-sm-pic.ll
|
||||||
|
+++ llvm-toolchain-snapshot_3.7~svn228604/test/ExecutionEngine/OrcJIT/remote/test-global-init-nonzero-sm-pic.ll
|
||||||
|
@@ -1,5 +1,5 @@
|
||||||
|
; RUN: %lli -remote-mcjit -relocation-model=pic -code-model=small %s > /dev/null
|
||||||
|
-; XFAIL: mips, aarch64, arm, i686, i386
|
||||||
|
+; XFAIL: mips, aarch64, arm, i686, i386, i586
|
||||||
|
|
||||||
|
@count = global i32 1, align 4
|
||||||
|
|
||||||
|
Index: llvm-toolchain-snapshot_3.7~svn228604/test/ExecutionEngine/OrcJIT/remote/test-ptr-reloc-sm-pic.ll
|
||||||
|
===================================================================
|
||||||
|
--- llvm-toolchain-snapshot_3.7~svn228604.orig/test/ExecutionEngine/OrcJIT/remote/test-ptr-reloc-sm-pic.ll
|
||||||
|
+++ llvm-toolchain-snapshot_3.7~svn228604/test/ExecutionEngine/OrcJIT/remote/test-ptr-reloc-sm-pic.ll
|
||||||
|
@@ -1,5 +1,5 @@
|
||||||
|
; RUN: %lli -remote-mcjit -O0 -relocation-model=pic -code-model=small %s
|
||||||
|
-; XFAIL: mips, aarch64, arm, i686, i386
|
||||||
|
+; XFAIL: mips, aarch64, arm, i686, i386, i586
|
||||||
|
|
||||||
|
@.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
|
||||||
|
Index: llvm-toolchain-snapshot_3.7~svn228604/test/ExecutionEngine/OrcJIT/stubs-sm-pic.ll
|
||||||
|
===================================================================
|
||||||
|
--- llvm-toolchain-snapshot_3.7~svn228604.orig/test/ExecutionEngine/OrcJIT/stubs-sm-pic.ll
|
||||||
|
+++ llvm-toolchain-snapshot_3.7~svn228604/test/ExecutionEngine/OrcJIT/stubs-sm-pic.ll
|
||||||
|
@@ -1,5 +1,5 @@
|
||||||
|
; RUN: %lli -use-orcmcjit -disable-lazy-compilation=false -relocation-model=pic -code-model=small %s
|
||||||
|
-; XFAIL: mips, i686, i386, aarch64, arm
|
||||||
|
+; XFAIL: mips, i686, i386, aarch64, arm, i586
|
||||||
|
|
||||||
|
define i32 @main() nounwind {
|
||||||
|
entry:
|
||||||
|
Index: llvm-toolchain-snapshot_3.7~svn228604/test/ExecutionEngine/OrcJIT/test-global-init-nonzero-sm-pic.ll
|
||||||
|
===================================================================
|
||||||
|
--- llvm-toolchain-snapshot_3.7~svn228604.orig/test/ExecutionEngine/OrcJIT/test-global-init-nonzero-sm-pic.ll
|
||||||
|
+++ llvm-toolchain-snapshot_3.7~svn228604/test/ExecutionEngine/OrcJIT/test-global-init-nonzero-sm-pic.ll
|
||||||
|
@@ -1,5 +1,5 @@
|
||||||
|
; RUN: %lli -use-orcmcjit -relocation-model=pic -code-model=small %s > /dev/null
|
||||||
|
-; XFAIL: mips, aarch64, arm, i686, i386
|
||||||
|
+; XFAIL: mips, aarch64, arm, i686, i386, i586
|
||||||
|
|
||||||
|
@count = global i32 1, align 4
|
||||||
|
|
||||||
|
Index: llvm-toolchain-snapshot_3.7~svn228604/test/ExecutionEngine/OrcJIT/test-ptr-reloc-sm-pic.ll
|
||||||
|
===================================================================
|
||||||
|
--- llvm-toolchain-snapshot_3.7~svn228604.orig/test/ExecutionEngine/OrcJIT/test-ptr-reloc-sm-pic.ll
|
||||||
|
+++ llvm-toolchain-snapshot_3.7~svn228604/test/ExecutionEngine/OrcJIT/test-ptr-reloc-sm-pic.ll
|
||||||
|
@@ -1,5 +1,5 @@
|
||||||
|
; RUN: %lli -use-orcmcjit -O0 -relocation-model=pic -code-model=small %s
|
||||||
|
-; XFAIL: mips, aarch64, arm, i686, i386
|
||||||
|
+; XFAIL: mips, aarch64, arm, i686, i386, i586
|
||||||
|
|
||||||
|
@.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
|
||||||
|
Index: llvm-toolchain-snapshot_3.7~svn228604/test/Feature/load_module.ll
|
||||||
|
===================================================================
|
||||||
|
--- llvm-toolchain-snapshot_3.7~svn228604.orig/test/Feature/load_module.ll
|
||||||
|
+++ llvm-toolchain-snapshot_3.7~svn228604/test/Feature/load_module.ll
|
||||||
|
@@ -3,7 +3,6 @@
|
||||||
|
; RUN: -disable-output 2>&1 | grep Hello
|
||||||
|
; REQUIRES: loadable_module
|
||||||
|
; FIXME: On Cygming, it might fail without building LLVMHello manually.
|
||||||
|
-; XFAIL: *
|
||||||
|
|
||||||
|
@junk = global i32 0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user