
27 Jun
2013
27 Jun
'13
3:13 p.m.
B B, Thu 2013-06-27 @ 20:55:57+0200:
2) How can I generate the LLVM IR (or bc) files from the compiler? I see that durign compilation with -fllvm -v3 flags the bc files are created but they are immidietly (after usage) deleted - Is it possible to tell the compiler not to delete them?
You can use the `-keep-llvm-files` option for this.