Skip to content

Commit 1030980

Browse files
jrtc27krishna2803
authored andcommitted
[NFC][ELF] Add missing blank line between functions
Fixes: b42f96b ("[lld] Add thunks for hexagon (llvm#111217)")
1 parent b04ed14 commit 1030980

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lld/ELF/Relocations.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2160,6 +2160,7 @@ static int getHexagonPacketOffset(const InputSection &isec,
21602160
return i * 4;
21612161
}
21622162
}
2163+
21632164
static int64_t getPCBias(Ctx &ctx, const InputSection &isec,
21642165
const Relocation &rel) {
21652166
if (ctx.arg.emachine == EM_ARM) {

0 commit comments

Comments
 (0)