[all-commits] [llvm/llvm-project] 4f30a3: [llvm-cfi-verify] Set UseSymbolTable to false
Fangrui Song via All-commits
all-commits at lists.llvm.org
Wed Feb 10 09:44:38 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4f30a3d3d26d55c0701dc56dde711667320fdd30
https://github.com/llvm/llvm-project/commit/4f30a3d3d26d55c0701dc56dde711667320fdd30
Author: Fangrui Song <i at maskray.me>
Date: 2021-02-10 (Wed, 10 Feb 2021)
Changed paths:
M llvm/tools/llvm-cfi-verify/lib/FileAnalysis.cpp
Log Message:
-----------
[llvm-cfi-verify] Set UseSymbolTable to false
parseSectionContents expects to skip regions not described by DWARF. With my
pending DebugInfo/Symbolize change, the filename can be recovered and there
will be more IndirectInstructions entries.
More information about the All-commits
mailing list