mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 12:59:10 +00:00
rebase of the patches
This commit is contained in:
parent
fade90c6d5
commit
44a0ad0a65
10
debian/patches/hurd/impl-path-hurd.diff
vendored
10
debian/patches/hurd/impl-path-hurd.diff
vendored
@ -1,9 +1,9 @@
|
||||
Index: llvm-toolchain-snapshot_9~svn358740/lib/Support/Unix/Path.inc
|
||||
Index: llvm-toolchain-snapshot_9~svn359674/lib/Support/Unix/Path.inc
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_9~svn358740.orig/lib/Support/Unix/Path.inc
|
||||
+++ llvm-toolchain-snapshot_9~svn358740/lib/Support/Unix/Path.inc
|
||||
@@ -189,7 +189,7 @@ std::string getMainExecutable(const char
|
||||
|
||||
--- llvm-toolchain-snapshot_9~svn359674.orig/lib/Support/Unix/Path.inc
|
||||
+++ llvm-toolchain-snapshot_9~svn359674/lib/Support/Unix/Path.inc
|
||||
@@ -202,7 +202,7 @@ std::string getMainExecutable(const char
|
||||
// If we don't have procfs mounted, fall back to argv[0]
|
||||
if (getprogpath(exe_path, argv0) != NULL)
|
||||
return exe_path;
|
||||
-#elif defined(__linux__) || defined(__CYGWIN__)
|
||||
|
8
debian/patches/silent-amd-tet.diff
vendored
8
debian/patches/silent-amd-tet.diff
vendored
@ -1,10 +1,10 @@
|
||||
Index: llvm-toolchain-snapshot_8~svn347135/test/MC/AMDGPU/hsa.s
|
||||
Index: llvm-toolchain-snapshot_9~svn359674/test/MC/AMDGPU/hsa.s
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_8~svn347135.orig/test/MC/AMDGPU/hsa.s
|
||||
+++ llvm-toolchain-snapshot_8~svn347135/test/MC/AMDGPU/hsa.s
|
||||
--- llvm-toolchain-snapshot_9~svn359674.orig/test/MC/AMDGPU/hsa.s
|
||||
+++ llvm-toolchain-snapshot_9~svn359674/test/MC/AMDGPU/hsa.s
|
||||
@@ -1,5 +1,6 @@
|
||||
// RUN: llvm-mc -triple amdgcn--amdhsa -mcpu=kaveri -mattr=-code-object-v3 -show-encoding %s | FileCheck %s --check-prefix=ASM
|
||||
// RUN: llvm-mc -filetype=obj -triple amdgcn--amdhsa -mcpu=kaveri -mattr=-code-object-v3 -show-encoding %s | llvm-readobj -symbols -s -sd | FileCheck %s --check-prefix=ELF
|
||||
// RUN: llvm-mc -filetype=obj -triple amdgcn--amdhsa -mcpu=kaveri -mattr=-code-object-v3 -show-encoding %s | llvm-readobj --symbols -S --sd | FileCheck %s --check-prefix=ELF
|
||||
+// XFAIL: *
|
||||
|
||||
// ELF: Section {
|
||||
|
14
debian/patches/silent-gold-test.diff
vendored
14
debian/patches/silent-gold-test.diff
vendored
@ -12,10 +12,10 @@ Description: fails on debian unstable amd64
|
||||
^
|
||||
|
||||
|
||||
Index: llvm-toolchain-snapshot_7~svn323434/test/tools/gold/X86/start-lib-common.ll
|
||||
Index: llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/start-lib-common.ll
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_7~svn323434.orig/test/tools/gold/X86/start-lib-common.ll
|
||||
+++ llvm-toolchain-snapshot_7~svn323434/test/tools/gold/X86/start-lib-common.ll
|
||||
--- llvm-toolchain-snapshot_9~svn359674.orig/test/tools/gold/X86/start-lib-common.ll
|
||||
+++ llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/start-lib-common.ll
|
||||
@@ -9,6 +9,7 @@
|
||||
; RUN: -shared %t1.o --start-lib %t2.o --end-lib -o %t3.o
|
||||
; RUN: llvm-dis %t3.o -o - | FileCheck %s
|
||||
@ -24,14 +24,14 @@ Index: llvm-toolchain-snapshot_7~svn323434/test/tools/gold/X86/start-lib-common.
|
||||
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
|
||||
@x = common global i32 0, align 4
|
||||
|
||||
Index: llvm-toolchain-snapshot_7~svn323434/test/tools/gold/X86/comdat.ll
|
||||
Index: llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/comdat.ll
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_7~svn323434.orig/test/tools/gold/X86/comdat.ll
|
||||
+++ llvm-toolchain-snapshot_7~svn323434/test/tools/gold/X86/comdat.ll
|
||||
--- llvm-toolchain-snapshot_9~svn359674.orig/test/tools/gold/X86/comdat.ll
|
||||
+++ llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/comdat.ll
|
||||
@@ -5,6 +5,7 @@
|
||||
; RUN: -plugin-opt=save-temps
|
||||
; RUN: FileCheck --check-prefix=RES %s < %t3.o.resolution.txt
|
||||
; RUN: llvm-readobj -t %t3.o | FileCheck --check-prefix=OBJ %s
|
||||
; RUN: llvm-readobj --symbols %t3.o | FileCheck --check-prefix=OBJ %s
|
||||
+; XFAIL: *
|
||||
|
||||
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
|
||||
|
86
debian/patches/silent-gold-utils.diff
vendored
86
debian/patches/silent-gold-utils.diff
vendored
@ -15,10 +15,10 @@
|
||||
test/tools/gold/X86/visibility.ll | 1 +
|
||||
14 files changed, 19 insertions(+), 2 deletions(-)
|
||||
|
||||
Index: llvm-toolchain-snapshot_8~svn349138/test/tools/gold/X86/common_thinlto.ll
|
||||
Index: llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/common_thinlto.ll
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_8~svn349138.orig/test/tools/gold/X86/common_thinlto.ll
|
||||
+++ llvm-toolchain-snapshot_8~svn349138/test/tools/gold/X86/common_thinlto.ll
|
||||
--- llvm-toolchain-snapshot_9~svn359674.orig/test/tools/gold/X86/common_thinlto.ll
|
||||
+++ llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/common_thinlto.ll
|
||||
@@ -17,6 +17,7 @@
|
||||
|
||||
; RUN: llvm-nm %t3 | FileCheck %s --check-prefix=NM
|
||||
@ -27,10 +27,10 @@ Index: llvm-toolchain-snapshot_8~svn349138/test/tools/gold/X86/common_thinlto.ll
|
||||
|
||||
source_filename = "common1.c"
|
||||
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
|
||||
Index: llvm-toolchain-snapshot_8~svn349138/test/tools/gold/X86/emit-llvm.ll
|
||||
Index: llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/emit-llvm.ll
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_8~svn349138.orig/test/tools/gold/X86/emit-llvm.ll
|
||||
+++ llvm-toolchain-snapshot_8~svn349138/test/tools/gold/X86/emit-llvm.ll
|
||||
--- llvm-toolchain-snapshot_9~svn359674.orig/test/tools/gold/X86/emit-llvm.ll
|
||||
+++ llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/emit-llvm.ll
|
||||
@@ -21,6 +21,8 @@
|
||||
; RUN: not test -a %t4.o
|
||||
|
||||
@ -40,10 +40,10 @@ Index: llvm-toolchain-snapshot_8~svn349138/test/tools/gold/X86/emit-llvm.ll
|
||||
|
||||
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
|
||||
target triple = "x86_64-unknown-linux-gnu"
|
||||
Index: llvm-toolchain-snapshot_8~svn349138/test/tools/gold/X86/parallel.ll
|
||||
Index: llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/parallel.ll
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_8~svn349138.orig/test/tools/gold/X86/parallel.ll
|
||||
+++ llvm-toolchain-snapshot_8~svn349138/test/tools/gold/X86/parallel.ll
|
||||
--- llvm-toolchain-snapshot_9~svn359674.orig/test/tools/gold/X86/parallel.ll
|
||||
+++ llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/parallel.ll
|
||||
@@ -5,6 +5,7 @@
|
||||
; RUN: llvm-dis %t.1.5.precodegen.bc -o - | FileCheck --check-prefix=CHECK-BC1 %s
|
||||
; RUN: llvm-nm %t.o | FileCheck --check-prefix=CHECK0 %s
|
||||
@ -52,22 +52,22 @@ Index: llvm-toolchain-snapshot_8~svn349138/test/tools/gold/X86/parallel.ll
|
||||
|
||||
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
|
||||
target triple = "x86_64-unknown-linux-gnu"
|
||||
Index: llvm-toolchain-snapshot_8~svn349138/test/tools/gold/X86/pr19901_thinlto.ll
|
||||
Index: llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/pr19901_thinlto.ll
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_8~svn349138.orig/test/tools/gold/X86/pr19901_thinlto.ll
|
||||
+++ llvm-toolchain-snapshot_8~svn349138/test/tools/gold/X86/pr19901_thinlto.ll
|
||||
--- llvm-toolchain-snapshot_9~svn359674.orig/test/tools/gold/X86/pr19901_thinlto.ll
|
||||
+++ llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/pr19901_thinlto.ll
|
||||
@@ -4,6 +4,7 @@
|
||||
; RUN: --plugin-opt=thinlto \
|
||||
; RUN: -shared -m elf_x86_64 -o %t.so %t2.o %t.o
|
||||
; RUN: llvm-readobj -t %t.so | FileCheck %s
|
||||
; RUN: llvm-readobj --symbols %t.so | FileCheck %s
|
||||
+; XFAIL: i686, i386
|
||||
|
||||
; CHECK: Symbol {
|
||||
; CHECK: Name: f
|
||||
Index: llvm-toolchain-snapshot_8~svn349138/test/tools/gold/X86/slp-vectorize.ll
|
||||
Index: llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/slp-vectorize.ll
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_8~svn349138.orig/test/tools/gold/X86/slp-vectorize.ll
|
||||
+++ llvm-toolchain-snapshot_8~svn349138/test/tools/gold/X86/slp-vectorize.ll
|
||||
--- llvm-toolchain-snapshot_9~svn359674.orig/test/tools/gold/X86/slp-vectorize.ll
|
||||
+++ llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/slp-vectorize.ll
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
; test that the vectorizer is run.
|
||||
@ -76,10 +76,10 @@ Index: llvm-toolchain-snapshot_8~svn349138/test/tools/gold/X86/slp-vectorize.ll
|
||||
|
||||
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
|
||||
target triple = "x86_64-unknown-linux-gnu"
|
||||
Index: llvm-toolchain-snapshot_8~svn349138/test/tools/gold/X86/strip_names.ll
|
||||
Index: llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/strip_names.ll
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_8~svn349138.orig/test/tools/gold/X86/strip_names.ll
|
||||
+++ llvm-toolchain-snapshot_8~svn349138/test/tools/gold/X86/strip_names.ll
|
||||
--- llvm-toolchain-snapshot_9~svn359674.orig/test/tools/gold/X86/strip_names.ll
|
||||
+++ llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/strip_names.ll
|
||||
@@ -25,6 +25,7 @@
|
||||
; NONAME: %2 = load i32, i32* @GlobalValueName
|
||||
; NONAME: %3 = add i32 %0, %2
|
||||
@ -88,10 +88,10 @@ Index: llvm-toolchain-snapshot_8~svn349138/test/tools/gold/X86/strip_names.ll
|
||||
|
||||
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
|
||||
target triple = "x86_64-unknown-linux-gnu"
|
||||
Index: llvm-toolchain-snapshot_8~svn349138/test/tools/gold/X86/thinlto.ll
|
||||
Index: llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/thinlto.ll
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_8~svn349138.orig/test/tools/gold/X86/thinlto.ll
|
||||
+++ llvm-toolchain-snapshot_8~svn349138/test/tools/gold/X86/thinlto.ll
|
||||
--- llvm-toolchain-snapshot_9~svn359674.orig/test/tools/gold/X86/thinlto.ll
|
||||
+++ llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/thinlto.ll
|
||||
@@ -141,6 +141,8 @@
|
||||
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
|
||||
target triple = "x86_64-unknown-linux-gnu"
|
||||
@ -101,10 +101,10 @@ Index: llvm-toolchain-snapshot_8~svn349138/test/tools/gold/X86/thinlto.ll
|
||||
declare void @g(...)
|
||||
|
||||
define void @f() {
|
||||
Index: llvm-toolchain-snapshot_8~svn349138/test/tools/gold/X86/thinlto_archive.ll
|
||||
Index: llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/thinlto_archive.ll
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_8~svn349138.orig/test/tools/gold/X86/thinlto_archive.ll
|
||||
+++ llvm-toolchain-snapshot_8~svn349138/test/tools/gold/X86/thinlto_archive.ll
|
||||
--- llvm-toolchain-snapshot_9~svn359674.orig/test/tools/gold/X86/thinlto_archive.ll
|
||||
+++ llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/thinlto_archive.ll
|
||||
@@ -15,6 +15,7 @@
|
||||
; RUN: --plugin-opt=jobs=1 \
|
||||
; RUN: -shared %t.o %t.a -o %t4 2>&1 | FileCheck %s
|
||||
@ -113,10 +113,10 @@ Index: llvm-toolchain-snapshot_8~svn349138/test/tools/gold/X86/thinlto_archive.l
|
||||
|
||||
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
|
||||
target triple = "x86_64-unknown-linux-gnu"
|
||||
Index: llvm-toolchain-snapshot_8~svn349138/test/tools/gold/X86/thinlto_internalize.ll
|
||||
Index: llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/thinlto_internalize.ll
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_8~svn349138.orig/test/tools/gold/X86/thinlto_internalize.ll
|
||||
+++ llvm-toolchain-snapshot_8~svn349138/test/tools/gold/X86/thinlto_internalize.ll
|
||||
--- llvm-toolchain-snapshot_9~svn359674.orig/test/tools/gold/X86/thinlto_internalize.ll
|
||||
+++ llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/thinlto_internalize.ll
|
||||
@@ -14,6 +14,8 @@
|
||||
; h() should be internalized after promotion, and eliminated after inlining
|
||||
; CHECK-NOT: @h.llvm.
|
||||
@ -126,10 +126,10 @@ Index: llvm-toolchain-snapshot_8~svn349138/test/tools/gold/X86/thinlto_internali
|
||||
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
|
||||
target triple = "x86_64-unknown-linux-gnu"
|
||||
define i32 @g() {
|
||||
Index: llvm-toolchain-snapshot_8~svn349138/test/tools/gold/X86/thinlto_linkonceresolution.ll
|
||||
Index: llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/thinlto_linkonceresolution.ll
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_8~svn349138.orig/test/tools/gold/X86/thinlto_linkonceresolution.ll
|
||||
+++ llvm-toolchain-snapshot_8~svn349138/test/tools/gold/X86/thinlto_linkonceresolution.ll
|
||||
--- llvm-toolchain-snapshot_9~svn359674.orig/test/tools/gold/X86/thinlto_linkonceresolution.ll
|
||||
+++ llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/thinlto_linkonceresolution.ll
|
||||
@@ -23,6 +23,8 @@
|
||||
; OPT-NOT: @f()
|
||||
; OPT2: define weak_odr hidden void @f()
|
||||
@ -139,10 +139,10 @@ Index: llvm-toolchain-snapshot_8~svn349138/test/tools/gold/X86/thinlto_linkoncer
|
||||
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
|
||||
target triple = "x86_64-unknown-linux-gnu"
|
||||
define i32 @g() {
|
||||
Index: llvm-toolchain-snapshot_8~svn349138/test/tools/gold/X86/thinlto_weak_resolution.ll
|
||||
Index: llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/thinlto_weak_resolution.ll
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_8~svn349138.orig/test/tools/gold/X86/thinlto_weak_resolution.ll
|
||||
+++ llvm-toolchain-snapshot_8~svn349138/test/tools/gold/X86/thinlto_weak_resolution.ll
|
||||
--- llvm-toolchain-snapshot_9~svn359674.orig/test/tools/gold/X86/thinlto_weak_resolution.ll
|
||||
+++ llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/thinlto_weak_resolution.ll
|
||||
@@ -9,6 +9,7 @@
|
||||
; RUN: --plugin-opt=save-temps \
|
||||
; RUN: -shared \
|
||||
@ -151,10 +151,10 @@ Index: llvm-toolchain-snapshot_8~svn349138/test/tools/gold/X86/thinlto_weak_reso
|
||||
|
||||
; RUN: llvm-nm %t3.o | FileCheck %s
|
||||
; CHECK: weakfunc
|
||||
Index: llvm-toolchain-snapshot_8~svn349138/test/tools/gold/X86/type-merge2.ll
|
||||
Index: llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/type-merge2.ll
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_8~svn349138.orig/test/tools/gold/X86/type-merge2.ll
|
||||
+++ llvm-toolchain-snapshot_8~svn349138/test/tools/gold/X86/type-merge2.ll
|
||||
--- llvm-toolchain-snapshot_9~svn359674.orig/test/tools/gold/X86/type-merge2.ll
|
||||
+++ llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/type-merge2.ll
|
||||
@@ -6,6 +6,8 @@
|
||||
; RUN: -shared %t.o %t2.o -o %t3.o
|
||||
; RUN: llvm-dis %t3.o.0.2.internalize.bc -o - | FileCheck %s
|
||||
@ -164,10 +164,10 @@ Index: llvm-toolchain-snapshot_8~svn349138/test/tools/gold/X86/type-merge2.ll
|
||||
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
|
||||
target triple = "x86_64-unknown-linux-gnu"
|
||||
|
||||
Index: llvm-toolchain-snapshot_8~svn349138/test/tools/gold/X86/vectorize.ll
|
||||
Index: llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/vectorize.ll
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_8~svn349138.orig/test/tools/gold/X86/vectorize.ll
|
||||
+++ llvm-toolchain-snapshot_8~svn349138/test/tools/gold/X86/vectorize.ll
|
||||
--- llvm-toolchain-snapshot_9~svn359674.orig/test/tools/gold/X86/vectorize.ll
|
||||
+++ llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/vectorize.ll
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
; test that the vectorizer is run.
|
||||
@ -176,10 +176,10 @@ Index: llvm-toolchain-snapshot_8~svn349138/test/tools/gold/X86/vectorize.ll
|
||||
|
||||
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
|
||||
target triple = "x86_64-unknown-linux-gnu"
|
||||
Index: llvm-toolchain-snapshot_8~svn349138/test/tools/gold/X86/visibility.ll
|
||||
Index: llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/visibility.ll
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_8~svn349138.orig/test/tools/gold/X86/visibility.ll
|
||||
+++ llvm-toolchain-snapshot_8~svn349138/test/tools/gold/X86/visibility.ll
|
||||
--- llvm-toolchain-snapshot_9~svn359674.orig/test/tools/gold/X86/visibility.ll
|
||||
+++ llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/visibility.ll
|
||||
@@ -16,6 +16,7 @@
|
||||
; CHECK-NEXT: Other [
|
||||
; CHECK-NEXT: STV_PROTECTED
|
||||
|
Loading…
Reference in New Issue
Block a user