about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp
diff options
context:
space:
mode:
authorTrevor Gross <tmgross@umich.edu>2025-08-07 01:05:01 -0500
committerTrevor Gross <tmgross@umich.edu>2025-08-07 03:32:34 -0500
commitdecdb950bf016391145b582cd0756d3e67481ad6 (patch)
tree51b5a9df6a9ceaa4a8dd6958f97daa6ffd7c8d8a /compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp
parentfbc700f92bdb008a9fd76e2a02230cea6c23d2c4 (diff)
downloadrust-decdb950bf016391145b582cd0756d3e67481ad6.tar.gz
rust-decdb950bf016391145b582cd0756d3e67481ad6.zip
symcheck: Store the section name in `SymInfo` if available
Currently `SymInfo` stores a `Section`, which is just an index:

    SymInfo {
        section: Section(
            SectionIndex(
                539,
            ),
        ),
        ...
    },

Look up and store the section name instead if possible, with a fallback
to the `Section` debug printing. This makes output more clear and will
allow us to filter by section name.
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp')
0 files changed, 0 insertions, 0 deletions