Also simply a conditional and de-alias a variable.
Minor cleanups, no behavior change.
Details
- Reviewers
int3 gkm alexander-shaposhnikov - Group Reviewers
Restricted Project - Commits
- rGe91043744346: [lld/mac] Use fewer magic numbers in magic $ld$ handling code
Diff Detail
Event Timeline
lld/MachO/InputFiles.cpp | ||
---|---|---|
978 | (can't consume_front here since we want to pass on the full originalName below) |
lld/MachO/InputFiles.cpp | ||
---|---|---|
1052 | https://llvm.org/docs/CodingStandards.html#use-early-exits-and-continue-to-simplify-code |
(can't consume_front here since we want to pass on the full originalName below)