> Is there an easy way to compile llvm src code into llvm bitcode? Would just > changing CC in the makefile work? Pass the -emit-llvm flag to llvm-gcc or clang. You can put it in CFLAGS. Ciao, Duncan.