• brucedawson's avatar
    Script for parsing of verbose linker output · de77b205
    brucedawson authored
    When trying to understand why particular symbols are pulled in to a
    binary it can be helpful to examine the verbose linker output.
    However it quickly becomes unwieldy. This parses it and allows
    querying of it to explain why a particular object file is pulled
    in. This was used in the investigation of the linked bug, and others.
    
    BUG=630755
    
    Review-Url: https://codereview.chromium.org/2564543003
    Cr-Commit-Position: refs/heads/master@{#437730}
    de77b205
linker_verbose_tracking.py 5.57 KB