mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-12 10:38:55 +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
|
||||
|
||||
* 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-3.4-3.4.2/utils/TableGen/InstrInfoEmitter.cpp
|
||||
@@ -569,6 +569,9 @@ void InstrInfoEmitter::emitEnums(raw_ost
|
||||
OS << "\n#ifdef GET_INSTRINFO_ENUM\n";
|
||||
OS << "#undef GET_INSTRINFO_ENUM\n";
|
||||
--- llvm-toolchain-snapshot-3.6~svn215188.orig/utils/TableGen/CodeEmitterGen.cpp
|
||||
+++ llvm-toolchain-snapshot-3.6~svn215188/utils/TableGen/CodeEmitterGen.cpp
|
||||
@@ -241,6 +241,9 @@ void CodeEmitterGen::run(raw_ostream &o)
|
||||
const std::vector<const CodeGenInstruction*> &NumberedInstructions =
|
||||
Target.getInstructionsByEnumValue();
|
||||
|
||||
+ OS << "// Undef for HURD\n";
|
||||
+ OS << "#ifdef EIEIO\n#undef EIEIO\n#endif\n";
|
||||
+ o << "// Undef for HURD\n";
|
||||
+ o << "#ifdef EIEIO\n#undef EIEIO\n#endif\n";
|
||||
+
|
||||
OS << "namespace llvm {\n\n";
|
||||
|
||||
CodeGenTarget Target(Records);
|
||||
// Emit function declaration
|
||||
o << "uint64_t " << Target.getName();
|
||||
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
|
||||
hurd-EIEIO-undef.diff
|
||||
disable-powerpc-test.diff
|
||||
kfreebsd-lldb-gdbserver.diff
|
||||
fix-lldb-3.5-rc2.diff
|
||||
|
Loading…
Reference in New Issue
Block a user