Displaying 2 results from an estimated 2 matches for "djolertrk".
2020 Jun 17
4
[DebugInfo] RFC: Introduce LLVM DI Checker utility
...estbed) generated from the script that collects
the data at [1]. By looking at these data, it looks that the utility
like this could be useful when trying to detect the real issues related
to debug info production by the compiler.
Any thoughts on this? Thanks in advance!
[0] https://github.com/djolertrk/llvm-di-checker
[1] https://djolertrk.github.io/di-checker-html-report-example/
Best regards,
Djordje
2020 Jun 18
2
[DebugInfo] RFC: Introduce LLVM DI Checker utility
Hi Vedant,
Thanks a lot for your comments!
>It looks like a lot of the new infrastructure introduced here
<https://github.com/djolertrk/llvm-di-checker/commit/9d26ac2557c584f6cf82ac5535fc47f8bd267a27> consists
of logic copied from the debugify implementation. Why is introducing a
new pair of passes better than extending the ones we have? The core
infrastructure needed to track location loss for real (non-synthetic)
source va...