[LLVMdev] Problems with make
pratik dand
pratikdand143 at gmail.com
Thu Jun 12 20:50:58 PDT 2014
Dear David,
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.
My directory structure looks like this
llvm
- configure
- rest
build
I want to build llvm in my build directory. Can you please help?
Regards,
Pratik
On Thu, Jun 12, 2014 at 4:32 PM, David Chisnall <David.Chisnall at cl.cam.ac.uk
> wrote:
> On 12 Jun 2014, at 04:58, pratik dand <pratikdand143 at gmail.com> wrote:
>
> > I am currently working on one specific architecture. When I make changes
> and try to "make" it takes a very long time as It compiles all the files in
> the source.
> >
> > My question is since I am only editing a few files in the architecture
> directory and some files in include directory, Can I speed up my "make" by
> running "make" only for a few files?
> > Can such changes be accommodated in the MakeFiles to get the "make" done
> quickly?
>
> If you're modifying LLVM, then I'd strongly recommend that you use
> CMake+Ninja. On a moderately fast machine, it takes less time for me to do
> an incremental build with ninja after modifying a few files in the MIPS
> back end than it takes to do an incremental build with the autoconf / make
> system after modifying no files.
>
> David
>
--
Pratik
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140613/e195ea08/attachment.html>
More information about the llvm-dev
mailing list