diff options
Diffstat (limited to 'ELF/SyntheticSections.h')
-rw-r--r-- | ELF/SyntheticSections.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ELF/SyntheticSections.h b/ELF/SyntheticSections.h index 61cc03de222eb..b47d2fab24ec8 100644 --- a/ELF/SyntheticSections.h +++ b/ELF/SyntheticSections.h @@ -53,7 +53,7 @@ public: virtual bool empty() const { return false; } uint64_t getVA() const; - static bool classof(const InputSectionBase *D) { + static bool classof(const SectionBase *D) { return D->kind() == InputSectionBase::Synthetic; } }; |