diff options
Diffstat (limited to 'lld/ELF/SyntheticSections.h')
| -rw-r--r-- | lld/ELF/SyntheticSections.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/ELF/SyntheticSections.h b/lld/ELF/SyntheticSections.h index 1b63a5d29d10..e609b3d7982a 100644 --- a/lld/ELF/SyntheticSections.h +++ b/lld/ELF/SyntheticSections.h @@ -762,6 +762,7 @@ class IBTPltSection : public SyntheticSection { public: IBTPltSection(); void writeTo(uint8_t *Buf) override; + bool isNeeded() const override; size_t getSize() const override; }; |
