diff options
| -rw-r--r-- | lld/ELF/Relocations.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/ELF/Relocations.cpp b/lld/ELF/Relocations.cpp index 32ac28d6..db3a66c 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) { |
