This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by benshi001 on Mar 29 2023, 1:43 AM.

Diff Detail

Event Timeline

benshi001 created this revision.Mar 29 2023, 1:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 29 2023, 1:43 AM
benshi001 requested review of this revision.Mar 29 2023, 1:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 29 2023, 1:43 AM
benshi001 retitled this revision from [lld][ELF][NFC] Simplify "Thunk *elf::addThunk(...)" to [lld][ELF][NFC] Simplify "Thunk *elf::addThunk()".Mar 29 2023, 2:09 AM
MaskRay accepted this revision.Mar 29 2023, 8:09 PM
MaskRay added inline comments.
lld/ELF/Thunks.cpp
1318–1319

You can delete the blank lines between two labels.

This revision is now accepted and ready to land.Mar 29 2023, 8:09 PM
benshi001 marked an inline comment as done.Mar 29 2023, 8:25 PM
benshi001 added inline comments.
lld/ELF/Thunks.cpp
1318–1319

OK. I will do when committing.

benshi001 marked an inline comment as done.Mar 29 2023, 8:26 PM