Depends on D60304
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 30089 Build 30088: arc lint + arc unit
Event Timeline
Comment Actions
Nice!
lld/ELF/InputFiles.cpp | ||
---|---|---|
985 | Even though this function is not logically complicated, I'd split it into smaller pieces just because it's a bit too long. |
lld/ELF/InputFiles.cpp | ||
---|---|---|
985 | Okay, I split out a couple of functions that don't need a lot of state from the parse() function. It seemed awkward to split out more than that because of the amount of state that would need to be passed in, but maybe you can give it a try. |
Even though this function is not logically complicated, I'd split it into smaller pieces just because it's a bit too long.