diff options
-rw-r--r-- | lib/Target/PowerPC/PPCRelocations.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/Target/PowerPC/PPCRelocations.h b/lib/Target/PowerPC/PPCRelocations.h index 474d733664..d3c32c1bc8 100644 --- a/lib/Target/PowerPC/PPCRelocations.h +++ b/lib/Target/PowerPC/PPCRelocations.h @@ -16,6 +16,12 @@ #include "llvm/CodeGen/MachineRelocation.h" +// Hack to rid us of a PPC pre-processor symbol which is erroneously +// defined in a PowerPC header file (bug in Linux/PPC) +#ifdef PPC +#undef PPC +#endif + namespace llvm { namespace PPC { enum RelocationType { |