[SuperSize] Skip symbols with '.L_MergedGlobals' prefix when parsing LLD linker maps.
For 32-bit ARM LLD builds (LTO and non-LTO), the linker map files can have thousands of symbols with '.L_MergedGlobals' prefix. These symbols obscure shadow symbols with more informative name. This CL fixes the problem by making liner map parser skip symbols with these prefixes. Bug: 905329 Change-Id: I2e72b566e17f025bdf147551bd5b569764e0ec16 Reviewed-on: https://chromium-review.googlesource.com/c/1338227Reviewed-by:Eric Stevenson <estevenson@chromium.org> Reviewed-by:
Samuel Huang <huangs@chromium.org> Commit-Queue: Samuel Huang <huangs@chromium.org> Cr-Commit-Position: refs/heads/master@{#608543}
Showing
Please register or sign in to comment