File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
llvm/include/llvm/DWARFCFIChecker Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 1212// / described in this link:
1313// / https://discourse.llvm.org/t/rfc-dwarf-cfi-validation/86936
1414// /
15+ // / The goal of the checker is to validate DWARF CFI directives using the
16+ // / prologue directives and the machine instructions. The main proposed
17+ // / algorithm validates the directives by comparing the CFI state in each
18+ // / instruction with the state achieved by abstract execution of the instruction
19+ // / on the CFI state. However, the current version implemented here is a simple
20+ // / conditional check based on the registers modified by each instruction.
21+ // /
1522// ===----------------------------------------------------------------------===//
1623
1724#ifndef LLVM_DWARFCFICHECKER_DWARFCFIANALYSIS_H
You can’t perform that action at this time.
0 commit comments