mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-13 20:27:21 +00:00
Remove 0041-undef-PPC-macro.diff. Patch applied upstream
This commit is contained in:
parent
2fc770469e
commit
53da465631
43
debian/patches/0041-undef-PPC-macro.diff
vendored
43
debian/patches/0041-undef-PPC-macro.diff
vendored
@ -1,43 +0,0 @@
|
||||
Index: llvm-toolchain-build/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.h
|
||||
===================================================================
|
||||
--- llvm-toolchain-build.orig/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.h 2013-03-15 09:40:15.000000000 +0100
|
||||
+++ llvm-toolchain-build/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.h 2013-03-15 09:43:12.000000000 +0100
|
||||
@@ -47,6 +47,10 @@
|
||||
uint8_t OSABI);
|
||||
} // End llvm namespace
|
||||
|
||||
+// Generated files will use "namespace PPC". To avoid symbol clash,
|
||||
+// undefine PPC here. PPC may be predefined on some hosts.
|
||||
+#undef PPC
|
||||
+
|
||||
// Defines symbolic names for PowerPC registers. This defines a mapping from
|
||||
// register name to register number.
|
||||
//
|
||||
Index: llvm-toolchain-build/lib/Target/PowerPC/MCTargetDesc/PPCPredicates.h
|
||||
===================================================================
|
||||
--- llvm-toolchain-build.orig/lib/Target/PowerPC/MCTargetDesc/PPCPredicates.h 2013-03-15 09:40:15.000000000 +0100
|
||||
+++ llvm-toolchain-build/lib/Target/PowerPC/MCTargetDesc/PPCPredicates.h 2013-03-15 09:43:12.000000000 +0100
|
||||
@@ -17,6 +17,10 @@
|
||||
// GCC #defines PPC on Linux but we use it as our namespace name
|
||||
#undef PPC
|
||||
|
||||
+// Generated files will use "namespace PPC". To avoid symbol clash,
|
||||
+// undefine PPC here. PPC may be predefined on some hosts.
|
||||
+#undef PPC
|
||||
+
|
||||
namespace llvm {
|
||||
namespace PPC {
|
||||
/// Predicate - These are "(BI << 5) | BO" for various predicates.
|
||||
Index: llvm-toolchain-build/lib/Target/PowerPC/MCTargetDesc/PPCFixupKinds.h
|
||||
===================================================================
|
||||
--- llvm-toolchain-build.orig/lib/Target/PowerPC/MCTargetDesc/PPCFixupKinds.h 2013-03-15 09:40:15.000000000 +0100
|
||||
+++ llvm-toolchain-build/lib/Target/PowerPC/MCTargetDesc/PPCFixupKinds.h 2013-03-15 09:43:12.000000000 +0100
|
||||
@@ -12,6 +12,8 @@
|
||||
|
||||
#include "llvm/MC/MCFixup.h"
|
||||
|
||||
+#undef PPC
|
||||
+
|
||||
namespace llvm {
|
||||
namespace PPC {
|
||||
enum Fixups {
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -12,7 +12,6 @@ profile_rt.diff
|
||||
0003-Debian-version-info-and-bugreport.patch
|
||||
0021-shared-lib-debian.patch
|
||||
0023-link-libopagent.patch
|
||||
0041-undef-PPC-macro.diff
|
||||
0044-soname.diff
|
||||
0046-Revert-Patch-to-set-is_stmt-a-little-better-for-prol.patch
|
||||
0047-version-name.diff
|
||||
|
Loading…
Reference in New Issue
Block a user