[all-commits] [llvm/llvm-project] 9f41c0: [Debugify][OriginalDIMode] Export the report into ...
Djordje Todorovic via All-commits
all-commits at lists.llvm.org
Thu Mar 11 01:11:56 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9f41c03f82874075c30b97b8ff71eff70f313fa0
https://github.com/llvm/llvm-project/commit/9f41c03f82874075c30b97b8ff71eff70f313fa0
Author: Djordje Todorovic <djtodoro at cisco.com>
Date: 2021-03-11 (Thu, 11 Mar 2021)
Changed paths:
M llvm/docs/HowToUpdateDebugInfo.rst
M llvm/include/llvm/Transforms/Utils/Debugify.h
M llvm/lib/Transforms/Utils/Debugify.cpp
M llvm/test/lit.cfg.py
A llvm/test/tools/llvm-original-di-preservation/Inputs/sample.json
A llvm/test/tools/llvm-original-di-preservation/Outputs/sample.html
A llvm/test/tools/llvm-original-di-preservation/basic.test
M llvm/tools/opt/opt.cpp
A llvm/utils/llvm-original-di-preservation.py
Log Message:
-----------
[Debugify][OriginalDIMode] Export the report into JSON file
By using the original-di check with debugify in the combination with
the llvm/utils/llvm-original-di-preservation.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/
Differential Revision: https://reviews.llvm.org/D82546
More information about the All-commits
mailing list