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.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org"