mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 17:54:50 +00:00
update patches
This commit is contained in:
parent
2f8531a58e
commit
fe6bbb0fd3
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
|||||||
|
llvm-toolchain-3.5 (1:3.5~+rc2-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Fix the version
|
||||||
|
* try to build lldb-gdbserver under kfreebsd (kfreebsd-lldb-gdbserver.diff)
|
||||||
|
* Second try to fix build under HURD (hurd-EIEIO-undef.diff)
|
||||||
|
|
||||||
|
-- Sylvestre Ledru <sylvestre@debian.org> Fri, 08 Aug 2014 10:42:13 +0200
|
||||||
|
|
||||||
llvm-toolchain-3.5 (1:3.5~+rc2-1~exp1) unstable; urgency=medium
|
llvm-toolchain-3.5 (1:3.5~+rc2-1~exp1) unstable; urgency=medium
|
||||||
|
|
||||||
* New snapshot release
|
* New snapshot release
|
||||||
|
22
debian/patches/hurd-EIEIO-undef.diff
vendored
22
debian/patches/hurd-EIEIO-undef.diff
vendored
@ -1,14 +1,14 @@
|
|||||||
Index: llvm-toolchain-3.4-3.4.2/utils/TableGen/InstrInfoEmitter.cpp
|
Index: llvm-toolchain-snapshot-3.6~svn215188/utils/TableGen/CodeEmitterGen.cpp
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-3.4-3.4.2.orig/utils/TableGen/InstrInfoEmitter.cpp
|
--- llvm-toolchain-snapshot-3.6~svn215188.orig/utils/TableGen/CodeEmitterGen.cpp
|
||||||
+++ llvm-toolchain-3.4-3.4.2/utils/TableGen/InstrInfoEmitter.cpp
|
+++ llvm-toolchain-snapshot-3.6~svn215188/utils/TableGen/CodeEmitterGen.cpp
|
||||||
@@ -569,6 +569,9 @@ void InstrInfoEmitter::emitEnums(raw_ost
|
@@ -241,6 +241,9 @@ void CodeEmitterGen::run(raw_ostream &o)
|
||||||
OS << "\n#ifdef GET_INSTRINFO_ENUM\n";
|
const std::vector<const CodeGenInstruction*> &NumberedInstructions =
|
||||||
OS << "#undef GET_INSTRINFO_ENUM\n";
|
Target.getInstructionsByEnumValue();
|
||||||
|
|
||||||
+ OS << "// Undef for HURD\n";
|
+ o << "// Undef for HURD\n";
|
||||||
+ OS << "#ifdef EIEIO\n#undef EIEIO\n#endif\n";
|
+ o << "#ifdef EIEIO\n#undef EIEIO\n#endif\n";
|
||||||
+
|
+
|
||||||
OS << "namespace llvm {\n\n";
|
// Emit function declaration
|
||||||
|
o << "uint64_t " << Target.getName();
|
||||||
CodeGenTarget Target(Records);
|
if (MCEmitter)
|
||||||
|
13
debian/patches/kfreebsd-lldb-gdbserver.diff
vendored
Normal file
13
debian/patches/kfreebsd-lldb-gdbserver.diff
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
Index: llvm-toolchain-3.5-3.5~+rc2/lldb/tools/Makefile
|
||||||
|
===================================================================
|
||||||
|
--- llvm-toolchain-3.5-3.5~+rc2.orig/lldb/tools/Makefile
|
||||||
|
+++ llvm-toolchain-3.5-3.5~+rc2/lldb/tools/Makefile
|
||||||
|
@@ -13,7 +13,7 @@ include $(LLDB_LEVEL)/../../Makefile.con
|
||||||
|
DIRS :=
|
||||||
|
|
||||||
|
# enable lldb-gdbserver for supported platforms
|
||||||
|
-ifneq (,$(strip $(filter $(HOST_OS), FreeBSD Linux)))
|
||||||
|
+ifneq (,$(strip $(filter $(HOST_OS), FreeBSD Linux GNU/kFreeBSD)))
|
||||||
|
DIRS += lldb-gdbserver
|
||||||
|
endif
|
||||||
|
|
2
debian/patches/series
vendored
2
debian/patches/series
vendored
@ -40,3 +40,5 @@ follow-parallel-var.diff
|
|||||||
lldb-kfreebsd.diff
|
lldb-kfreebsd.diff
|
||||||
hurd-EIEIO-undef.diff
|
hurd-EIEIO-undef.diff
|
||||||
disable-powerpc-test.diff
|
disable-powerpc-test.diff
|
||||||
|
kfreebsd-lldb-gdbserver.diff
|
||||||
|
fix-lldb-3.5-rc2.diff
|
||||||
|
Loading…
Reference in New Issue
Block a user