On Tue, Jun 4, 2019 at 7:07 PM John Baldwin <j...@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 _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"