aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/TargetMachOWriterInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Target/TargetMachOWriterInfo.h')
-rw-r--r--include/llvm/Target/TargetMachOWriterInfo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetMachOWriterInfo.h b/include/llvm/Target/TargetMachOWriterInfo.h
index 24fcb79776..b37b454812 100644
--- a/include/llvm/Target/TargetMachOWriterInfo.h
+++ b/include/llvm/Target/TargetMachOWriterInfo.h
@@ -100,7 +100,8 @@ namespace llvm {
unsigned ToIdx,
OutputBuffer &RelocOut,
OutputBuffer &SecOut,
- bool Scattered) const { return 0; }
+ bool Scattered,
+ bool Extern) const { return 0; }
uint32_t getCPUType() const { return CPUType; }
uint32_t getCPUSubType() const { return CPUSubType; }