SuperSize: Need test .map file for LLD |
|||
Issue descriptionSuperSize's linker_map_parser.py was developed for Gold's linker map format. For integration tests, the test .map file is: tools/binary_size/libsupersize/testdata/test.map In https://chromium-review.googlesource.com/c/chromium/src/+/759090 , support for LLD's linker map was added (in fact we've seen 2 versions of this). However, we have yet to update test.map to the new format. This bug is a reminder to update test.map.
,
Jan 11
This issue has an owner, a component and a priority, but is still listed as untriaged or unconfirmed. By definition, this bug is triaged. Changing status to "assigned". Please reach out to me if you disagree with how I've done this.
,
Jan 14
The CL https://chromium-review.googlesource.com/c/1378679 added tools/binary_size/libsupersize/testdata/linker_map_parser/test_lld-lto_v1.map for testing linker_map_parser.py. This provides coverage for .map file testing, although no for end-to-end flow. |
|||
►
Sign in to add a comment |
|||
Comment 1 by huangs@google.com
, Oct 26