diff options
author | Xiang1 Zhang <xiang1.zhang@intel.com> | 2020-12-14 23:48:11 -0800 |
---|---|---|
committer | Xiang1 Zhang <xiang1.zhang@intel.com> | 2020-12-16 18:04:05 -0800 |
commit | 50aaa8c274910d78d7bf6c929a34fe58b1f45579 (patch) | |
tree | aaa47393426c0bfc99eb49de4415ccbb746b21fb /clang/lib/Basic/Module.cpp | |
parent | 2e6e4e6aeef71dd8fba038177a34a82b574d2126 (diff) | |
download | llvm-50aaa8c274910d78d7bf6c929a34fe58b1f45579.zip llvm-50aaa8c274910d78d7bf6c929a34fe58b1f45579.tar.gz llvm-50aaa8c274910d78d7bf6c929a34fe58b1f45579.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/Basic/Module.cpp')
0 files changed, 0 insertions, 0 deletions