[LLVMdev] fail to compile latest llvm?

Dan Liew dan at su-root.co.uk
Wed Sep 17 09:17:59 PDT 2014


This doesn't solve the root of the problem but does using the CMake
build system instead work for you?

$ mkdir build
$ cd build/
$ cmake -DLLVM_TARGETS_TO_BUILD=Mips -G Ninja <llvm-src>/
$ ninja

If you don't have ``ninja`` just remove the ``-G Ninja`` from the
CMake invocation and you can build with ``make`` instead.



More information about the llvm-dev mailing list