summaryrefslogtreecommitdiffstats
path: root/lld/ELF/Target.h
diff options
context:
space:
mode:
Diffstat (limited to 'lld/ELF/Target.h')
-rw-r--r--lld/ELF/Target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/Target.h b/lld/ELF/Target.h
index 6eae6c7a298..ca38a455646 100644
--- a/lld/ELF/Target.h
+++ b/lld/ELF/Target.h
@@ -81,7 +81,7 @@ public:
virtual ~TargetInfo();
- unsigned PageSize = 4096;
+ unsigned DefaultCommonPageSize = 4096;
unsigned DefaultMaxPageSize = 4096;
uint64_t getImageBase() const;
OpenPOWER on IntegriCloud