[cfe-commits] [patch] Use a distinct build dir in get_started

Rafael EspĂ­ndola rafael.espindola at gmail.com
Wed Oct 27 19:29:32 PDT 2010


I normally build llvm with a objdir != srcdir. This makes it easier to
have different directories built with different options or to start a
bootstrap when needed. Not to mention keeping all the obj files is a
single place.

A user recently reported following the getting started guide and had
better results with objdir != srcdir. Do others agree that it is a
good suggestion to new developers to use a distinct objdir? If so, is
the attached patch OK?

Cheers,
Rafael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: get_started.patch
Type: text/x-patch
Size: 694 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20101027/fe076b8d/attachment.bin>


More information about the cfe-commits mailing list