mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-08 20:15:05 +00:00
refresh patches + various cleanup
This commit is contained in:
parent
41c6ab8341
commit
45028fcd8d
4
debian/orig-tar.sh
vendored
4
debian/orig-tar.sh
vendored
@ -72,10 +72,10 @@ fi
|
|||||||
|
|
||||||
if test -n "$RCRELEASE"; then
|
if test -n "$RCRELEASE"; then
|
||||||
VERSION=$MAJOR_VERSION"+"$REVISION # WAS TAG
|
VERSION=$MAJOR_VERSION"+"$REVISION # WAS TAG
|
||||||
FULL_VERSION="llvm-toolchain-"$MAJOR_VERSION"_"$VERSION
|
FULL_VERSION="llvm-toolchain"$MAJOR_VERSION"_"$VERSION
|
||||||
else
|
else
|
||||||
VERSION=$MAJOR_VERSION"~svn"$REVISION
|
VERSION=$MAJOR_VERSION"~svn"$REVISION
|
||||||
FULL_VERSION="llvm-toolchain-"$MAJOR_VERSION"_"$VERSION
|
FULL_VERSION="llvm-toolchain-snapshot_"$VERSION
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# LLVM
|
# LLVM
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
Index: llvm-toolchain-snapshot_3.5~svn200375/lib/Support/CommandLine.cpp
|
Index: llvm-toolchain-snapshot_3.5~svn211104/lib/Support/CommandLine.cpp
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.5~svn200375.orig/lib/Support/CommandLine.cpp 2014-01-29 07:45:46.092720538 -0800
|
--- llvm-toolchain-snapshot_3.5~svn211104.orig/lib/Support/CommandLine.cpp
|
||||||
+++ llvm-toolchain-snapshot_3.5~svn200375/lib/Support/CommandLine.cpp 2014-01-29 07:45:46.092720538 -0800
|
+++ llvm-toolchain-snapshot_3.5~svn211104/lib/Support/CommandLine.cpp
|
||||||
@@ -1691,6 +1691,10 @@
|
@@ -1702,6 +1702,10 @@ public:
|
||||||
OS << LLVM_VERSION_INFO;
|
OS << " " << LLVM_VERSION_INFO;
|
||||||
#endif
|
#endif
|
||||||
OS << "\n ";
|
OS << "\n ";
|
||||||
+#ifdef LLVM_DEBIAN_INFO
|
+#ifdef LLVM_DEBIAN_INFO
|
||||||
|
28
debian/patches/force-link-pass.o.diff
vendored
Normal file
28
debian/patches/force-link-pass.o.diff
vendored
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
Index: llvm-toolchain-snapshot_3.5~svn211089/tools/bugpoint/Makefile
|
||||||
|
===================================================================
|
||||||
|
--- llvm-toolchain-snapshot_3.5~svn211089.orig/tools/bugpoint/Makefile
|
||||||
|
+++ llvm-toolchain-snapshot_3.5~svn211089/tools/bugpoint/Makefile
|
||||||
|
@@ -12,6 +12,9 @@ TOOLNAME := bugpoint
|
||||||
|
LINK_COMPONENTS := asmparser instrumentation scalaropts ipo linker bitreader \
|
||||||
|
bitwriter irreader vectorize objcarcopts codegen
|
||||||
|
|
||||||
|
+# Crappy workaround to make sure it links correctly.
|
||||||
|
+LLVMLibsOptions := ../../lib/IR/Release/Pass.o
|
||||||
|
+
|
||||||
|
# Support plugins.
|
||||||
|
NO_DEAD_STRIP := 1
|
||||||
|
|
||||||
|
Index: llvm-toolchain-snapshot_3.5~svn211089/tools/opt/Makefile
|
||||||
|
===================================================================
|
||||||
|
--- llvm-toolchain-snapshot_3.5~svn211089.orig/tools/opt/Makefile
|
||||||
|
+++ llvm-toolchain-snapshot_3.5~svn211089/tools/opt/Makefile
|
||||||
|
@@ -10,7 +10,9 @@
|
||||||
|
LEVEL := ../..
|
||||||
|
TOOLNAME := opt
|
||||||
|
LINK_COMPONENTS := bitreader bitwriter asmparser irreader instrumentation scalaropts objcarcopts ipo vectorize all-targets codegen
|
||||||
|
+# Crappy workaround to make sure it links correctly.
|
||||||
|
|
||||||
|
+LLVMLibsOptions := ../../lib/IR/Release/Pass.o
|
||||||
|
# Support plugins.
|
||||||
|
NO_DEAD_STRIP := 1
|
||||||
|
|
2
debian/patches/series
vendored
2
debian/patches/series
vendored
@ -36,6 +36,6 @@ disable-display-PASS-UNSUPPORTED-XFAIL.diff
|
|||||||
lldb-link-atomic.diff
|
lldb-link-atomic.diff
|
||||||
fix-llvm-config-obj-src-root.patch
|
fix-llvm-config-obj-src-root.patch
|
||||||
suffixsvn.diff
|
suffixsvn.diff
|
||||||
scan-build-fix-clang-detection.diff
|
|
||||||
compiler-rt-path.diff
|
compiler-rt-path.diff
|
||||||
lldb-soname.diff
|
lldb-soname.diff
|
||||||
|
force-link-pass.o.diff
|
||||||
|
Loading…
Reference in New Issue
Block a user