Put a tentative import date in ObsoleteFiles.inc and UPDATING.

This commit is contained in:
Dimitry Andric 2016-12-17 18:35:17 +00:00
parent 7a53f9a7c1
commit 4644fe913f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/clang391-import/; revision=310192
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@
# xargs -n1 | sort | uniq -d; # xargs -n1 | sort | uniq -d;
# done # done
# 2016mmdd: new clang import which bumps version from 3.9.0 to 3.9.1. # 20161217: new clang import which bumps version from 3.9.0 to 3.9.1.
OLD_FILES+=usr/lib/clang/3.9.0/include/sanitizer/allocator_interface.h OLD_FILES+=usr/lib/clang/3.9.0/include/sanitizer/allocator_interface.h
OLD_FILES+=usr/lib/clang/3.9.0/include/sanitizer/asan_interface.h OLD_FILES+=usr/lib/clang/3.9.0/include/sanitizer/asan_interface.h
OLD_FILES+=usr/lib/clang/3.9.0/include/sanitizer/common_interface_defs.h OLD_FILES+=usr/lib/clang/3.9.0/include/sanitizer/common_interface_defs.h

View File

@ -51,7 +51,7 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW:
****************************** SPECIAL WARNING: ****************************** ****************************** SPECIAL WARNING: ******************************
2016mmdd: 20161217:
Clang, llvm, lldb, compiler-rt and libc++ have been upgraded to 3.9.1. Clang, llvm, lldb, compiler-rt and libc++ have been upgraded to 3.9.1.
Please see the 20141231 entry below for information about prerequisites Please see the 20141231 entry below for information about prerequisites
and upgrading, if you are not already using clang 3.5.0 or higher. and upgrading, if you are not already using clang 3.5.0 or higher.