Update dates in UPDATING and ObsoleteFiles.inc.

This commit is contained in:
Dimitry Andric 2015-10-06 16:26:07 +00:00
parent 88750be440
commit d31de54826
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/clang370-import/; revision=288927
2 changed files with 3 additions and 3 deletions

View File

@ -38,9 +38,9 @@
# xargs -n1 | sort | uniq -d; # xargs -n1 | sort | uniq -d;
# done # done
# 20151005: new libc++ import # 20151006: new libc++ import
OLD_FILES+=usr/include/c++/__tuple_03 OLD_FILES+=usr/include/c++/__tuple_03
# 20151005: new clang import which bumps version from 3.6.1 to 3.7.0. # 20151006: new clang import which bumps version from 3.6.1 to 3.7.0.
OLD_FILES+=usr/lib/clang/3.6.1/include/__stddef_max_align_t.h OLD_FILES+=usr/lib/clang/3.6.1/include/__stddef_max_align_t.h
OLD_FILES+=usr/lib/clang/3.6.1/include/__wmmintrin_aes.h OLD_FILES+=usr/lib/clang/3.6.1/include/__wmmintrin_aes.h
OLD_FILES+=usr/lib/clang/3.6.1/include/__wmmintrin_pclmul.h OLD_FILES+=usr/lib/clang/3.6.1/include/__wmmintrin_pclmul.h

View File

@ -31,7 +31,7 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11.x IS SLOW:
disable the most expensive debugging functionality run disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".) "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
20151005: 20151006:
Clang, llvm, lldb, compiler-rt and libc++ have been upgraded to 3.7.0. Clang, llvm, lldb, compiler-rt and libc++ have been upgraded to 3.7.0.
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.