[lld] [LLD][AArch64][ARM] Delay adding long thunk mapping symbols (PR #116975)
Peter Smith via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 21 05:43:08 PST 2024
================
@@ -69,6 +69,7 @@ class AArch64Thunk : public Thunk {
private:
bool mayUseShortThunk = true;
virtual void writeLong(uint8_t *buf) = 0;
+ virtual void addLongMapSyms() {}
----------------
smithp35 wrote:
Thanks for the review, I've updated the comment. I'll also update the description as suggested below when merging.
https://github.com/llvm/llvm-project/pull/116975
More information about the llvm-commits
mailing list