[Bug 163304] complete LLVM toolset in the source tree made available via knob in /etc/src.conf

no-reply-bugzilla-daemon at freebsd.org no-reply-bugzilla-daemon at freebsd.org
Tue Jun 3 20:12:24 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=163304

Dimitry Andric <dim at FreeBSD.org> changed:

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

--- Comment #1 from Dimitry Andric <dim at 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.


More information about the freebsd-bugs mailing list