aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCMachOWriterInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/PowerPC/PPCMachOWriterInfo.h')
-rw-r--r--lib/Target/PowerPC/PPCMachOWriterInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCMachOWriterInfo.h b/lib/Target/PowerPC/PPCMachOWriterInfo.h
index 2cd9efc52a..69ed9f7d04 100644
--- a/lib/Target/PowerPC/PPCMachOWriterInfo.h
+++ b/lib/Target/PowerPC/PPCMachOWriterInfo.h
@@ -34,7 +34,7 @@ namespace llvm {
unsigned ToIdx,
OutputBuffer &RelocOut,
OutputBuffer &SecOut,
- bool Scattered) const;
+ bool Scattered, bool Extern) const;
// Constants for the relocation r_type field.
// See <mach-o/ppc/reloc.h>