dg
dg copied to clipboard
llvm-to-source
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?
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.