[lld] [lld] Add thunks for hexagon (PR #111217)

Brian Cain via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 10 09:51:46 PST 2024


================
@@ -402,6 +402,21 @@ class AVRThunk : public Thunk {
   void addSymbols(ThunkSection &isec) override;
 };
 
+// Hexagon CPUs need thunks for <<FIXME TBD>>
----------------
androm3da wrote:

Ok, fixed.  Is it useful/expected to describe the range of the relocations without the thunks here like `AVRThunk` does?  If so, I'll add that here.

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


More information about the llvm-commits mailing list