Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lld/ELF/Driver.cpp | ||
---|---|---|
1007–1008 ↗ | (On Diff #102141) | I first read this comment as markLive does all these things. I guess this comment describes all the code until writeResult. This is a bit confusing. |
1020–1021 ↗ | (On Diff #102141) | Should we move this to mergeSections? |
lld/ELF/Driver.cpp | ||
---|---|---|
1020–1021 ↗ | (On Diff #102141) | Seems reasonable. It'll need to be called something like decompressAndMergeSections, but that's probably fine. |
lld/ELF/Driver.cpp | ||
---|---|---|
1007–1008 ↗ | (On Diff #102141) | Okay, now all the size optimizations are in one block like before. |
Comment Actions
LGTM
lld/ELF/Driver.cpp | ||
---|---|---|
1003 ↗ | (On Diff #102143) | Can you add a comment saying that this adds a .comment section containing a version string, and we have to do that before mergeSections because the .comment section is a mergeable section? |