Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 7145 Build 7145: arc lint + arc unit
Event Timeline
| lld/ELF/Driver.cpp | ||
|---|---|---|
| 1013–1014 | Seems reasonable. It'll need to be called something like decompressAndMergeSections, but that's probably fine. | |
| lld/ELF/Driver.cpp | ||
|---|---|---|
| 1006–1008 | Okay, now all the size optimizations are in one block like before. | |
Comment Actions
LGTM
| lld/ELF/Driver.cpp | ||
|---|---|---|
| 1003 | 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? | |
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?