Is there a way, using llvm, to relate LLVM instructions to the souce code statements (or line numbers) that they were generated from. So if compile some file test.c and get some binary test.bc can I relate statements in test.bc
 with source code line numbers in test.c and if so how would I go about doing that. Thanks for your time.<br><br>- John<br>