[LLVMdev] Source code to LLVM C++ API

Duncan Sands baldrick at free.fr
Thu Feb 7 05:38:08 PST 2013


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.




More information about the llvm-dev mailing list