Date: Tue, 11 Dec 2018 17:39:49 +0000 (UTC) From: Dimitry Andric <dim@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r341823 - projects/clang700-import Message-ID: <201812111739.wBBHdn5Z006985@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dim Date: Tue Dec 11 17:39:49 2018 New Revision: 341823 URL: https://svnweb.freebsd.org/changeset/base/341823 Log: Set tentative merge date, and add UPDATING note. Modified: projects/clang700-import/ObsoleteFiles.inc projects/clang700-import/UPDATING Modified: projects/clang700-import/ObsoleteFiles.inc ============================================================================== --- projects/clang700-import/ObsoleteFiles.inc Tue Dec 11 17:14:12 2018 (r341822) +++ projects/clang700-import/ObsoleteFiles.inc Tue Dec 11 17:39:49 2018 (r341823) @@ -38,7 +38,7 @@ # xargs -n1 | sort | uniq -d; # done -# 2018mmdd: new clang import which bumps version from 6.0.1 to 7.0.1. +# 20181218: new clang import which bumps version from 6.0.1 to 7.0.1. OLD_FILES+=usr/lib/clang/6.0.1/include/sanitizer/allocator_interface.h OLD_FILES+=usr/lib/clang/6.0.1/include/sanitizer/asan_interface.h OLD_FILES+=usr/lib/clang/6.0.1/include/sanitizer/common_interface_defs.h Modified: projects/clang700-import/UPDATING ============================================================================== --- projects/clang700-import/UPDATING Tue Dec 11 17:14:12 2018 (r341822) +++ projects/clang700-import/UPDATING Tue Dec 11 17:39:49 2018 (r341823) @@ -31,6 +31,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW: disable the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20181218: + Clang, llvm, lld, lldb, compiler-rt and libc++ have been upgraded to + 7.0.1. Please see the 20141231 entry below for information about + prerequisites and upgrading, if you are not already using clang 3.5.0 + or higher. + 20181126: On amd64, arm64 and armv7 (architectures that install LLVM's ld.lld linker as /usr/bin/ld) GNU ld is no longer installed as ld.bfd, as
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812111739.wBBHdn5Z006985>