[LLVMdev] Problems with make
Dan Liew
dan at su-root.co.uk
Fri Jun 13 00:36:18 PDT 2014
> I am trying to do it with Cmake+Ninja. I was trying cmake -G ninja
../llvm/configure to configure.
> But this didn't work as the path specified wasnt a directory.
You need to pass the path to the source directory to CMake. i.e.
$ cmake -G Ninja ../llvm
The configure script has no involvement in the configuration/building of
LLVM when using CMake.
Please read the documentation on building with CMake[1] before asking
further questions.
[1] http://llvm.org/docs/CMake.html#quick-start
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140613/ecc4349b/attachment.html>
More information about the llvm-dev
mailing list