mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 05:46:27 +00:00
fix the patch directory
This commit is contained in:
parent
bc2ebe390d
commit
41611042c6
25
debian/patches/series
vendored
25
debian/patches/series
vendored
@ -41,22 +41,11 @@ clang-fix-cmpxchg8-detection-on-i386.patch
|
||||
lldb-addversion-suffix-to-llvm-server-exec.patch
|
||||
lldb-missing-install.diff
|
||||
silent-test-failing-codeverage.diff
|
||||
silent-amdgpu-test-failing.diff
|
||||
pthread-link.diff
|
||||
add_symbols_versioning.patch
|
||||
ftfbs-gcc.diff
|
||||
pr81066.diff
|
||||
armhf-bitfield.diff
|
||||
# rust LLVM PR84, LLVM PR32488
|
||||
# This is actually Rust's backport of upstream RL305193 (which doesn't apply cleanly to LLVM 4)
|
||||
# https://github.com/rust-lang/llvm/commit/2b622a393ce
|
||||
rL305193-backport.diff
|
||||
# rust LLVM PR90, LLVM PR32902, PR31142
|
||||
rL298540.diff
|
||||
rL306267.diff
|
||||
rL306353.diff
|
||||
rL306358.diff
|
||||
rL306379.diff
|
||||
sparc64-fix-stack-alignment.diff
|
||||
disable-path-test-failing.diff
|
||||
silent-amd-tet.diff
|
||||
disable-error-xray.diff
|
||||
lldb-disable-swig-error.diff
|
||||
update-cuda-search-path.patch
|
||||
sparc64-add-missing-tls-get-addr.diff
|
||||
|
||||
test-keep-alive.diff
|
||||
libfuzzer-path.diff
|
||||
|
18
debian/patches/silent-gold-test.diff
vendored
18
debian/patches/silent-gold-test.diff
vendored
@ -12,10 +12,10 @@ Description: fails on debian unstable amd64
|
||||
^
|
||||
|
||||
|
||||
Index: llvm-toolchain-4.0-4.0.1/test/tools/gold/X86/start-lib-common.ll
|
||||
Index: llvm-toolchain-snapshot_4.0~svn289826/test/tools/gold/X86/start-lib-common.ll
|
||||
===================================================================
|
||||
--- llvm-toolchain-4.0-4.0.1.orig/test/tools/gold/X86/start-lib-common.ll
|
||||
+++ llvm-toolchain-4.0-4.0.1/test/tools/gold/X86/start-lib-common.ll
|
||||
--- llvm-toolchain-snapshot_4.0~svn289826.orig/test/tools/gold/X86/start-lib-common.ll
|
||||
+++ llvm-toolchain-snapshot_4.0~svn289826/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,15 +24,3 @@ Index: llvm-toolchain-4.0-4.0.1/test/tools/gold/X86/start-lib-common.ll
|
||||
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
|
||||
@x = common global i32 0, align 4
|
||||
|
||||
Index: llvm-toolchain-4.0-4.0.1/test/tools/gold/X86/comdat.ll
|
||||
===================================================================
|
||||
--- llvm-toolchain-4.0-4.0.1.orig/test/tools/gold/X86/comdat.ll
|
||||
+++ llvm-toolchain-4.0-4.0.1/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
|
||||
+; XFAIL: *
|
||||
|
||||
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
|
||||
target triple = "x86_64-unknown-linux-gnu"
|
||||
|
Loading…
Reference in New Issue
Block a user