Skip to content

Commit 489d36c

Browse files
jrtc27tru
authored andcommitted
[NFC][ELF] Add missing blank line between functions
Fixes: b42f96b ("[lld] Add thunks for hexagon (llvm#111217)") (cherry picked from commit b03d1e1)
1 parent 863f996 commit 489d36c

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
@@ -2162,6 +2162,7 @@ static int getHexagonPacketOffset(const InputSection &isec,
21622162
return i * 4;
21632163
}
21642164
}
2165+
21652166
static int64_t getPCBias(Ctx &ctx, const InputSection &isec,
21662167
const Relocation &rel) {
21672168
if (ctx.arg.emachine == EM_ARM) {

0 commit comments

Comments
 (0)