[PATCH] D147124: [lld][ELF][NFC] Simplify "Thunk *elf::addThunk()"

Ben Shi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 29 20:25:16 PDT 2023


benshi001 marked an inline comment as done.
benshi001 added inline comments.


================
Comment at: lld/ELF/Thunks.cpp:1318
     return addThunkAArch64(rel.type, s, a);
 
+  case EM_ARM:
----------------
MaskRay wrote:
> You can delete the blank lines between two labels.
OK. I will do when committing.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D147124/new/

https://reviews.llvm.org/D147124



More information about the llvm-commits mailing list