Hi > llc -march=cpp -o input.ll.cpp input.ll > > which gives the following error > > llc: error: invalid target 'cpp'. probably you built LLVM without support for the cpp target, eg you only built it for x86. Ciao, Duncan.