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

John Baldwin jhb at FreeBSD.org
Wed Jun 5 00:07:15 UTC 2019


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


More information about the svn-src-all mailing list