dg icon indicating copy to clipboard operation
dg copied to clipboard

llvm-to-source

Open jiwonjoung opened this issue 6 years ago • 1 comments

This tool is returning without printing anything. I called it with "./llvm--to-source test.sliced" and it is not printing anything. How can I use this tool and what is the expected behavior?

jiwonjoung avatar Oct 24 '18 17:10 jiwonjoung

The bitcode must be compiled with debugging information. The behavior is that it gives you the number of lines (and also the lines if the source code is passed as the other argument) that are present in the bitcode. However, I'm not sure that it works correctly. It was just a quick experimental utility.

mchalupa avatar Oct 25 '18 10:10 mchalupa