Is any specific configuration needed to use the -march=c option to llc? I am getting an error:<br><br>$ llc -march=c hello.bc<br>llc: for the -march option: : Cannot find option named 'c'!<br><br>$ llc --version<br>
Low Level Virtual Machine (<a href="http://llvm.org/">http://llvm.org/</a>):<br> llvm version 2.4<br> Optimized build with assertions.<br><br>I have used configure --enable-targets=host-only. I tried --enable-targets=x86_64,c but got "configure: error: Unrecognized target c".<br>
<br>--Johan<br>