Details
Diff Detail
- Build Status
Buildable 2914 Build 2914: arc lint + arc unit
Event Timeline
lld/COFF/Chunks.h | ||
---|---|---|
190 | Maybe we should just make File public? | |
lld/COFF/MapFile.cpp | ||
38 | It is unfortunate that you had to copy that much code, but honestly I have no good idea to avoid that because the code here is slightly different at a lot of places. | |
68 | If you hard-code Width 8, please remove that variable and inline. |
lld/COFF/MapFile.cpp | ||
---|---|---|
38 | Right, the only real common part here is these 30 or so lines, and it didn't seem worth splitting that out into a library. |
LGTM
lld/test/COFF/lldmap.test | ||
---|---|---|
10 | You want to remove / so that this test isn't picky about path separator difference. |
Maybe we should just make File public?