Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Jun 2014 20:12:24 +0000
From:      no-reply-bugzilla-daemon@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 163304] complete LLVM toolset in the source tree made available via knob in /etc/src.conf
Message-ID:  <bug-163304-8-o4UJM647Qb@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-163304-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-163304-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=163304

Dimitry Andric <dim@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|In Discussion               |Issue Resolved
                 CC|                            |dim@FreeBSD.org
         Resolution|---                         |FIXED

--- Comment #1 from Dimitry Andric <dim@FreeBSD.org> ---
Since r231057, there is a WITH_CLANG_EXTRAS option for src.conf(5),
which allows you to build most of the llvm tools that can be useful;
these are the following (as of r261991):

bugpoint, llc, lli, llvm-ar, llvm-as, llvm-bcanalyzer, llvm-diff,
llvm-dis, llvm-extract, llvm-link, llvm-mc, llvm-nm, llvm-objdump,
llvm-rtdyld, macho-dump, opt

Currently, the base build of llvm/clang does not provide any llvm or
clang shared library.  Although we will probably want to introduce such
a shared library in the future, to allow more sharing of code, it would
still go into /usr/lib/private, so we can prevent any ports linking to a
specific version.  This will allow us to upgrade or modify it at will
later on.

For all other uses, e.g. providing llvm headers, llvm-config and related
tools, please use one of the llvm or clang ports instead.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-163304-8-o4UJM647Qb>