svn commit: r348610 - in head: lib/clang/libllvm usr.bin/clang

Kyle Evans kevans at freebsd.org
Wed Jun 5 01:35:14 UTC 2019


On Tue, Jun 4, 2019 at 7:07 PM John Baldwin <jhb at freebsd.org> wrote:
>
> On 6/4/19 6:00 AM, Ed Maste wrote:
> > Author: emaste
> > Date: Tue Jun  4 13:00:49 2019
> > New Revision: 348610
> > URL: https://svnweb.freebsd.org/changeset/base/348610
> >
> > Log:
> >   build llvm-ar and llvm-nm with Clang (promote out of CLANG_EXTRAS)
> >
> >   To facilitate experimentation with LTO we require an ar that supports
> >   LLVM IR, and to a lesser degree also an nm.  As a first step always
> >   install llvm-ar and llvm-nm.
> >
> >   Sponsored by:       The FreeBSD Foundation
> >
> > Modified:
> >   head/lib/clang/libllvm/Makefile
> >   head/usr.bin/clang/Makefile
>
> I think you missed updating OptionalObsoleteFiles.inc or ObsoleteFiles.inc or
> some such because 'make delete-old' wants to delete these after they have been
> installed.
>
> Possibly the same for the recently-enabled llvm-symbolizer as well.
>

Just to confirm... the commit for llvm-symbolizer included the move
from MK_CLANG_EXTRAS to MK_CLANG in OptionalObsoleteFiles.

Thanks,

Kyle Evans


More information about the svn-src-head mailing list