[PATCH] D148701: [LLD][ELF][AArch64] Add AArch64 short range thunk support

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 20 08:57:36 PDT 2023


peter.smith added inline comments.


================
Comment at: lld/ELF/Thunks.cpp:75
+private:
+  virtual void writeLong(uint8_t *buf) override;
 };
----------------
tschuett wrote:
> Either virtual or override, but never both. In this case you want override.
Thanks for spotting and apologies for missing that. Will fix.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148701/new/

https://reviews.llvm.org/D148701



More information about the llvm-commits mailing list