Hi!<br><br>Since version 1.4 of LLVM it is possible to emit source line number information to the LLVM-bytecode using llvm-gcc or llvm-g++ with the '-g'-option. But if I use 'llc -march=c' to transform this bytecode back to sourcecode this information gets lost. <br>
<br>Is there a command line option for 'llc' which allows to keep source-line-number information<br>or is there another easy way how I can do that ?<br><br>Thanks in advance <br>Martin<br>