Make following function return void:
- addLabel()
- addSectionLabel
- addSectionDelta
This aligns with other attributes adding functions.
Paths
| Differential D101022
[Debug-Info] [NFC] return void for some attributes adding functions ClosedPublic Authored by shchenz on Apr 22 2021, 12:11 AM.
Details Summary Make following function return void:
This aligns with other attributes adding functions.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 22 2021, 7:52 AM This revision was landed with ongoing or failed builds.Apr 23 2021, 1:17 AM Closed by commit rG027d6735ae79: [Debug-Info] change return type to void for attribute adding functions. (authored by shchenz). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 339927 llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h
llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
|