[PATCH] D82546: [Debugify][OriginalMode] Export the report into JSON file
Djordje Todorovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 25 06:53:21 PDT 2020
djtodoro created this revision.
djtodoro added reviewers: vsk, aprantl, dblaikie, probinson.
djtodoro added a project: debug-info.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
djtodoro added a parent revision: D82545: [Debugify] Make the debugify aware of the original (-g) Debug Info.
djtodoro added a child revision: D82547: [Debugify] Expose debugify (original mode) as CC1 option.
By using the option in the combination with the `llvm/utils/llvm-debugify-original.py` it becomes very user friendly tool. An example of the HTML page with the issues related to debug info can be found at [0].
[0] https://djolertrk.github.io/di-checker-html-report-example/
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D82546
Files:
llvm/docs/HowToUpdateDebugInfo.rst
llvm/include/llvm/Transforms/Utils/Debugify.h
llvm/lib/Transforms/Utils/Debugify.cpp
llvm/test/DebugInfo/debugify-each-original-dbginfo.ll
llvm/tools/opt/opt.cpp
llvm/utils/llvm-debugify-original.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82546.273333.patch
Type: text/x-patch
Size: 27370 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200625/77948e4e/attachment.bin>
More information about the llvm-commits
mailing list