mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-07 21:49:26 +00:00
remove applied upstream patches
This commit is contained in:
parent
9395ee4827
commit
a9f9679ac9
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -26,7 +26,6 @@ atomic_library_2.diff
|
|||||||
python-clangpath.diff
|
python-clangpath.diff
|
||||||
removeduplicatedeclaration.diff
|
removeduplicatedeclaration.diff
|
||||||
fix-clang-path-and-build.diff
|
fix-clang-path-and-build.diff
|
||||||
silent-swig-warning.diff
|
|
||||||
silent-MCJIIT-tests.diff
|
silent-MCJIIT-tests.diff
|
||||||
include-target.diff
|
include-target.diff
|
||||||
debian-mips64-n32-multiarch.diff
|
debian-mips64-n32-multiarch.diff
|
||||||
|
13
debian/patches/silent-swig-warning.diff
vendored
13
debian/patches/silent-swig-warning.diff
vendored
@ -1,13 +0,0 @@
|
|||||||
Index: llvm-toolchain-3.4-3.4~+rc1/lldb/source/Interpreter/Makefile
|
|
||||||
===================================================================
|
|
||||||
--- llvm-toolchain-3.4-3.4~+rc1.orig/lldb/source/Interpreter/Makefile 2013-08-23 14:44:05.000000000 +0200
|
|
||||||
+++ llvm-toolchain-3.4-3.4~+rc1/lldb/source/Interpreter/Makefile 2013-11-28 11:23:01.664429006 +0100
|
|
||||||
@@ -23,7 +23,7 @@
|
|
||||||
|
|
||||||
# Drop -Wself-assign, -Wmissing-field-initializers and -Wsometimes-uninitialized,
|
|
||||||
# which we are not currently clean with (due to SWIG generated cpp source).
|
|
||||||
-EXTRA_OPTIONS += -Wno-missing-field-initializers -Wno-self-assign -Wno-sometimes-uninitialized
|
|
||||||
+EXTRA_OPTIONS += -Wno-missing-field-initializers -Wno-self-assign -Wno-sometimes-uninitialized -Wno-cast-qual
|
|
||||||
|
|
||||||
# edit-swig-python-wrapper-file.py needs $(SRCROOT)
|
|
||||||
export SRCROOT := $(PROJ_SRC_DIR)/$(LLDB_LEVEL)
|
|
Loading…
Reference in New Issue
Block a user