<html><body bgcolor="#FFFFFF"><div><br></div><div><br>On Nov 22, 2010, at 12:25 AM, 神奇 <<a href="mailto:tqfbee@gmail.com">tqfbee@gmail.com</a>> wrote:<br><br></div><div></div><blockquote type="cite"><div><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></blockquote><div><br></div>What is the failure? Please file bugzilla report with a reproducible test case.<div><br></div><div>Devang<br><blockquote type="cite"><div>
<div><em>  Thanks!</em></div>
</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>cfe-dev mailing list</span><br><span><a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a></span><br><span><a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a></span><br></div></blockquote></div></body></html>