what is this libclang stuff and why does it take so long in make build world?

Matthew Seaman matthew at FreeBSD.org
Thu Nov 17 12:26:51 UTC 2016


On 11/17/16 11:39, Christoph P.U. Kukulies wrote:
> I find that
> 
> 
> make buildworld
> 
> 
> deals a half eternity with compiling /usr/obj/usr/src/tmp/usr/src/lib/clang
> 
> 
> What is this c++ stuff actually ?

It's the system C and C++ compiler and much of the rest of the
toolchain.  http://www.llvm.org/

Yes, it can take a very long time to build compared to the rest of the
system.  but time spent on the compiler means that when it compiles
other software, it will be speedier, and that the resultant software
will itself perform better.

	Cheers,

	Matthew


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20161117/08e3d35d/attachment.sig>


More information about the freebsd-questions mailing list