Author: Jessica Clarke Date: 2025-08-05T10:56:10+02:00 New Revision: 489d36cedc71b13b04a579c52ba58924bc6bafb6
URL: https://github.com/llvm/llvm-project/commit/489d36cedc71b13b04a579c52ba58924bc6bafb6 DIFF: https://github.com/llvm/llvm-project/commit/489d36cedc71b13b04a579c52ba58924bc6bafb6.diff LOG: [NFC][ELF] Add missing blank line between functions Fixes: b42f96bc057f ("[lld] Add thunks for hexagon (#111217)") (cherry picked from commit b03d1e1e2e8e4b0b4b9e035b7ad9fb86dccefb93) Added: Modified: lld/ELF/Relocations.cpp Removed: ################################################################################ diff --git a/lld/ELF/Relocations.cpp b/lld/ELF/Relocations.cpp index 2ee308a2d1b3c..b6c676e294e44 100644 --- a/lld/ELF/Relocations.cpp +++ b/lld/ELF/Relocations.cpp @@ -2162,6 +2162,7 @@ static int getHexagonPacketOffset(const InputSection &isec, return i * 4; } } + static int64_t getPCBias(Ctx &ctx, const InputSection &isec, const Relocation &rel) { if (ctx.arg.emachine == EM_ARM) { _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
