[lld] b03d1e1 - [NFC][ELF] Add missing blank line between functions

Jessica Clarke via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 3 13:30:22 PDT 2025


Author: Jessica Clarke
Date: 2025-08-03T21:30:16+01:00
New Revision: b03d1e1e2e8e4b0b4b9e035b7ad9fb86dccefb93

URL: https://github.com/llvm/llvm-project/commit/b03d1e1e2e8e4b0b4b9e035b7ad9fb86dccefb93
DIFF: https://github.com/llvm/llvm-project/commit/b03d1e1e2e8e4b0b4b9e035b7ad9fb86dccefb93.diff

LOG: [NFC][ELF] Add missing blank line between functions

Fixes: b42f96bc057f ("[lld] Add thunks for hexagon (#111217)")

Added: 
    

Modified: 
    lld/ELF/Relocations.cpp

Removed: 
    


################################################################################
diff  --git a/lld/ELF/Relocations.cpp b/lld/ELF/Relocations.cpp
index 32ac28d61f445..db3a66ced2f8c 100644
--- a/lld/ELF/Relocations.cpp
+++ b/lld/ELF/Relocations.cpp
@@ -2160,6 +2160,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) {


        


More information about the llvm-commits mailing list