summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2017-09-29 23:05:56 +0000
committerdim <dim@FreeBSD.org>2017-09-29 23:05:56 +0000
commit998677630ebe139858bbdbb19716bb88cdf075ff (patch)
tree5d50b660f6263db5f1591f059241efbbf489a081
parent55ef40b4034093184e74b16693f97077d24b7b0f (diff)
downloadFreeBSD-src-998677630ebe139858bbdbb19716bb88cdf075ff.zip
FreeBSD-src-998677630ebe139858bbdbb19716bb88cdf075ff.tar.gz
Belatedely fill in the dates for clang 5.0.0 update in UPDATING and
ObsoleteFiles.inc. Noticed by: garga
-rw-r--r--ObsoleteFiles.inc2
-rw-r--r--UPDATING2
2 files changed, 2 insertions, 2 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 2d27fc4..b9e1eca 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -38,7 +38,7 @@
# xargs -n1 | sort | uniq -d;
# done
-# 2017mmdd: new clang import which bumps version from 4.0.0 to 5.0.0.
+# 20170926: new clang import which bumps version from 4.0.0 to 5.0.0.
OLD_FILES+=usr/lib/clang/4.0.0/include/sanitizer/allocator_interface.h
OLD_FILES+=usr/lib/clang/4.0.0/include/sanitizer/asan_interface.h
OLD_FILES+=usr/lib/clang/4.0.0/include/sanitizer/common_interface_defs.h
diff --git a/UPDATING b/UPDATING
index b5a295b..1888076 100644
--- a/UPDATING
+++ b/UPDATING
@@ -16,7 +16,7 @@ from older versions of FreeBSD, try WITHOUT_CLANG and WITH_GCC to bootstrap to
the tip of head, and then rebuild without this option. The bootstrap process
from older version of current across the gcc/clang cutover is a bit fragile.
-2017mmdd:
+20170926:
Clang, llvm, lldb, compiler-rt and libc++ have been upgraded to 5.0.0.
Please see the 20141231 entry below for information about prerequisites
and upgrading, if you are not already using clang 3.5.0 or higher.
OpenPOWER on IntegriCloud