diff options
author | Xiang1 Zhang <xiang1.zhang@intel.com> | 2020-12-14 17:51:21 -0800 |
---|---|---|
committer | Xiang1 Zhang <xiang1.zhang@intel.com> | 2020-12-14 17:53:46 -0800 |
commit | c4d2d4337d50bed3cafd564daece1a197005b22b (patch) | |
tree | d8d0db8f55a3b3a7c0dfa3526ee3152929435c21 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | b1067a9b3c8e2c692c31598bf8f399e31f486d4e (diff) | |
download | llvm-c4d2d4337d50bed3cafd564daece1a197005b22b.zip llvm-c4d2d4337d50bed3cafd564daece1a197005b22b.tar.gz llvm-c4d2d4337d50bed3cafd564daece1a197005b22b.tar.bz2 |
[Debugify] Support checking Machine IR debug info
Add mir-check-debug pass to check MIR-level debug info.
For IR-level, currently, LLVM have debugify + check-debugify to generate
and check debug IR. Much like the IR-level pass debugify, mir-debugify
inserts sequentially increasing line locations to each MachineInstr in a
Module, But there is no equivalent MIR-level check-debugify pass, So now
we support it at "mir-check-debug".
Reviewed By: djtodoro
Differential Revision: https://reviews.llvm.org/D91595
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions