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

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 8 22:47:51 PST 2024


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

Please fix FIXME

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


More information about the llvm-commits mailing list