[llvm-branch-commits] [lld] Fix handling of RISCV TLSDESC relocations (PR #85817)

Paul Kirth via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Mar 19 09:48:30 PDT 2024


================
@@ -1280,7 +1280,6 @@ static unsigned handleTlsRelocation(RelType type, Symbol &sym,
   if (config->emachine == EM_MIPS)
     return handleMipsTlsRelocation(type, sym, c, offset, addend, expr);
   bool isRISCV = config->emachine == EM_RISCV;
-
----------------
ilovepi wrote:

will remove whitespace diff.

https://github.com/llvm/llvm-project/pull/85817


More information about the llvm-branch-commits mailing list