diffkemp icon indicating copy to clipboard operation
diffkemp copied to clipboard

Logging: log file and line for LLVM IR instruction

Open PLukas2018 opened this issue 1 year ago • 1 comments

When using diffkemp with -d option it logs compared instructions. I think it could be useful for debugging to log also the file and line of C source file which the instructions belongs to. This information should be able to get from dbg info of LLVM IR.

PLukas2018 avatar Oct 07 '23 10:10 PLukas2018

Good idea, that shouldn't be too hard to implement and would improve the debugging experience.

lenticularis39 avatar Oct 09 '23 06:10 lenticularis39