svn commit: r342029 - head
Dimitry Andric
dim at FreeBSD.org
Thu Dec 13 06:59:56 UTC 2018
Author: dim
Date: Thu Dec 13 06:59:55 2018
New Revision: 342029
URL: https://svnweb.freebsd.org/changeset/base/342029
Log:
Fix dates that I set into the future incorrectly.
Noticed by: ler
Modified:
head/ObsoleteFiles.inc
head/UPDATING
Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc Thu Dec 13 06:51:20 2018 (r342028)
+++ head/ObsoleteFiles.inc Thu Dec 13 06:59:55 2018 (r342029)
@@ -38,7 +38,7 @@
# xargs -n1 | sort | uniq -d;
# done
-# 20181218: new clang import which bumps version from 6.0.1 to 7.0.1.
+# 20181211: 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: head/UPDATING
==============================================================================
--- head/UPDATING Thu Dec 13 06:51:20 2018 (r342028)
+++ head/UPDATING Thu Dec 13 06:59:55 2018 (r342029)
@@ -31,7 +31,7 @@ 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:
+20181211:
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
More information about the svn-src-all
mailing list