<div>Hi, </div>
<div>    <em>I am generating llvm IR code for C source code using clang as the </em><i>front end. And I konw that using -g option I can</i></div>
<div><em>get the source code line number. However ,I get some problem while using llvm-gcc -g.</em></div>
<div><em>   If I have a c source file test.c ,I use the command "llvm-gcc -g -c -emit-llvm test.c -o test.bc". And after that I use</em></div>
<div><em> the command "lli test.bc". It will failed. If I use the command without the -g option ,it will run. Why?</em></div>
<div><em>  Thanks!</em></div>