[PATCH] D136760: Identation aligned.

KerangMao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 26 05:23:52 PDT 2022


KerangM created this revision.
Herald added subscribers: arichardson, emaste.
Herald added a reviewer: MaskRay.
Herald added a project: All.
KerangM requested review of this revision.
Herald added subscribers: llvm-commits, StephenFan.
Herald added a project: LLVM.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D136760

Files:
  lld/ELF/Relocations.cpp


Index: lld/ELF/Relocations.cpp
===================================================================
--- lld/ELF/Relocations.cpp
+++ lld/ELF/Relocations.cpp
@@ -1024,7 +1024,7 @@
            (type == R_HEX_GD_PLT_B22_PCREL ||
             type == R_HEX_GD_PLT_B22_PCREL_X ||
             type == R_HEX_GD_PLT_B32_PCREL_X)))
-      expr = fromPlt(expr);
+        expr = fromPlt(expr);
     } else if (!isAbsoluteValue(sym)) {
       expr =
           target->adjustGotPcExpr(type, addend, sec->rawData.data() + offset);


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136760.470789.patch
Type: text/x-patch
Size: 517 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221026/7fcf2176/attachment.bin>


More information about the llvm-commits mailing list