Hello I am trying to use llvm to see if i can compile the following C code to MSIL/CIL but I cant seem to find any instructions on how to select the backend i want to output to. Some direction on this would be much appreciated.<div>
<br></div><div><div><br></div><div><div>#include <stdio.h></div><div><br></div><div>int main() {</div><div>  printf("hello world\n");</div><div>  return 0;</div><div>}</div><div><br></div><div><br></div><div>
Thanks<br>Kevin<br>
</div></div></div>