[PATCH] D147124: [lld][ELF][NFC] Simplify "Thunk *elf::addThunk()"
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 29 20:09:20 PDT 2023
MaskRay accepted this revision.
MaskRay added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lld/ELF/Thunks.cpp:1318
return addThunkAArch64(rel.type, s, a);
+ case EM_ARM:
----------------
You can delete the blank lines between two labels.
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