Date: Tue, 4 Jun 2019 17:07:11 -0700 From: John Baldwin <jhb@FreeBSD.org> To: Ed Maste <emaste@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r348610 - in head: lib/clang/libllvm usr.bin/clang Message-ID: <d8fe19f7-cd62-e167-b227-4c9984b76120@FreeBSD.org> In-Reply-To: <201906041300.x54D0n9O056000@repo.freebsd.org> References: <201906041300.x54D0n9O056000@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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. -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?d8fe19f7-cd62-e167-b227-4c9984b76120>