svn commit: r341823 - projects/clang700-import
Dimitry Andric
dim at FreeBSD.org
Tue Dec 11 17:39:50 UTC 2018
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
More information about the svn-src-projects
mailing list