Prepare for merging back to head:
* Set tentative merge date * Add UPDATING entry * Bump __FreeBSD_version * Bump FREEBSD_CC_VERSION * Bump LLD_REVISION
This commit is contained in:
parent
1da7bc25ba
commit
53d410d088
@ -38,7 +38,7 @@
|
||||
# xargs -n1 | sort | uniq -d;
|
||||
# done
|
||||
|
||||
# 2019mmdd: new clang import which bumps version from 8.0.1 to 9.0.0.
|
||||
# 20191008: new clang import which bumps version from 8.0.1 to 9.0.0.
|
||||
OLD_FILES+=usr/lib/clang/8.0.1/include/sanitizer/allocator_interface.h
|
||||
OLD_FILES+=usr/lib/clang/8.0.1/include/sanitizer/asan_interface.h
|
||||
OLD_FILES+=usr/lib/clang/8.0.1/include/sanitizer/common_interface_defs.h
|
||||
@ -188,7 +188,7 @@ OLD_FILES+=usr/lib/clang/8.0.1/lib/freebsd/libclang_rt.ubsan_standalone_cxx-x86_
|
||||
OLD_DIRS+=usr/lib/clang/8.0.1/lib/freebsd
|
||||
OLD_DIRS+=usr/lib/clang/8.0.1/lib
|
||||
OLD_DIRS+=usr/lib/clang/8.0.1
|
||||
# 2019mmdd: libc++ 9.0.0 removed some experimental files
|
||||
# 20191008: libc++ 9.0.0 removed some experimental files
|
||||
OLD_FILES+=usr/include/c++/v1/experimental/any
|
||||
OLD_FILES+=usr/include/c++/v1/experimental/chrono
|
||||
OLD_FILES+=usr/include/c++/v1/experimental/numeric
|
||||
|
6
UPDATING
6
UPDATING
@ -26,6 +26,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".)
|
||||
|
||||
20191008:
|
||||
Clang, llvm, lld, lldb, compiler-rt, libc++, libunwind and openmp have
|
||||
been upgraded to 9.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.
|
||||
|
||||
20191003:
|
||||
The hpt27xx, hptmv, hptnr, and hptrr drivers have been removed from
|
||||
GENERIC. They are available as modules and can be loaded by adding
|
||||
|
@ -1,3 +1,3 @@
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#define FREEBSD_CC_VERSION 1300004
|
||||
#define FREEBSD_CC_VERSION 1300005
|
||||
|
@ -7,7 +7,7 @@
|
||||
#define CLANG_REPOSITORY "https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_900/final"
|
||||
|
||||
// <Upstream revision at import>-<Local identifier in __FreeBSD_version style>
|
||||
#define LLD_REVISION "372316-1300004"
|
||||
#define LLD_REVISION "372316-1300005"
|
||||
#define LLD_REPOSITORY "FreeBSD"
|
||||
|
||||
#define LLDB_REVISION "372316"
|
||||
|
@ -60,7 +60,7 @@
|
||||
* in the range 5 to 9.
|
||||
*/
|
||||
#undef __FreeBSD_version
|
||||
#define __FreeBSD_version 1300049 /* Master, propagated to newvers */
|
||||
#define __FreeBSD_version 1300050 /* Master, propagated to newvers */
|
||||
|
||||
/*
|
||||
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
|
||||
|
Loading…
Reference in New Issue
Block a user