mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-15 04:47:56 +00:00
* Upload in unstable
* Try to bring back lldb on mips & mipsel * Try to fix hurd (hurd-EIEIO-undef.diff)
This commit is contained in:
parent
1e02437e05
commit
01d0bca07b
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,7 +1,9 @@
|
|||||||
llvm-toolchain-3.4 (1:3.4.2-7~exp2) UNRELEASED; urgency=medium
|
llvm-toolchain-3.4 (1:3.4.2-7) unstable; urgency=medium
|
||||||
|
|
||||||
* try to bring back lldb on mips & mipsel
|
* Upload in unstable
|
||||||
|
* Try to bring back lldb on mips & mipsel
|
||||||
* Force scan-build to use the same version of clang
|
* Force scan-build to use the same version of clang
|
||||||
|
* Try to fix hurd (hurd-EIEIO-undef.diff)
|
||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 05 Aug 2014 14:40:05 +0200
|
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 05 Aug 2014 14:40:05 +0200
|
||||||
|
|
||||||
|
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-3.4-3.4.2/utils/TableGen/CodeEmitterGen.cpp
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-3.4-3.4.2.orig/utils/TableGen/InstrInfoEmitter.cpp
|
--- llvm-toolchain-3.4-3.4.2.orig/utils/TableGen/CodeEmitterGen.cpp
|
||||||
+++ llvm-toolchain-3.4-3.4.2/utils/TableGen/InstrInfoEmitter.cpp
|
+++ llvm-toolchain-3.4-3.4.2/utils/TableGen/CodeEmitterGen.cpp
|
||||||
@@ -569,6 +569,9 @@ void InstrInfoEmitter::emitEnums(raw_ost
|
@@ -244,6 +244,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)
|
||||||
|
Loading…
Reference in New Issue
Block a user