[lld] [lld][ELF] Sort thunks by their destination to allow quicker convergence (PR #209962)

Pranav Kant via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 16 14:01:20 PDT 2026


================
@@ -60,6 +60,8 @@ class Thunk {
   // enabled.
   virtual bool needsSyntheticLandingPad() { return false; }
 
+  virtual uint64_t getDestVA() const;
----------------
pranavk wrote:

done

https://github.com/llvm/llvm-project/pull/209962


More information about the llvm-commits mailing list