svn commit: r353318 - in projects/clang900-import: . lib/clang lib/clang/include sys/sys
Dimitry Andric
dim at FreeBSD.org
Tue Oct 8 18:21:34 UTC 2019
Author: dim
Date: Tue Oct 8 18:21:33 2019
New Revision: 353318
URL: https://svnweb.freebsd.org/changeset/base/353318
Log:
Prepare for merging back to head:
* Set tentative merge date
* Add UPDATING entry
* Bump __FreeBSD_version
* Bump FREEBSD_CC_VERSION
* Bump LLD_REVISION
Modified:
projects/clang900-import/ObsoleteFiles.inc
projects/clang900-import/UPDATING
projects/clang900-import/lib/clang/freebsd_cc_version.h
projects/clang900-import/lib/clang/include/VCSVersion.inc
projects/clang900-import/sys/sys/param.h
Modified: projects/clang900-import/ObsoleteFiles.inc
==============================================================================
--- projects/clang900-import/ObsoleteFiles.inc Tue Oct 8 18:20:02 2019 (r353317)
+++ projects/clang900-import/ObsoleteFiles.inc Tue Oct 8 18:21:33 2019 (r353318)
@@ -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
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
Modified: projects/clang900-import/UPDATING
==============================================================================
--- projects/clang900-import/UPDATING Tue Oct 8 18:20:02 2019 (r353317)
+++ projects/clang900-import/UPDATING Tue Oct 8 18:21:33 2019 (r353318)
@@ -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
Modified: projects/clang900-import/lib/clang/freebsd_cc_version.h
==============================================================================
--- projects/clang900-import/lib/clang/freebsd_cc_version.h Tue Oct 8 18:20:02 2019 (r353317)
+++ projects/clang900-import/lib/clang/freebsd_cc_version.h Tue Oct 8 18:21:33 2019 (r353318)
@@ -1,3 +1,3 @@
/* $FreeBSD$ */
-#define FREEBSD_CC_VERSION 1300004
+#define FREEBSD_CC_VERSION 1300005
Modified: projects/clang900-import/lib/clang/include/VCSVersion.inc
==============================================================================
--- projects/clang900-import/lib/clang/include/VCSVersion.inc Tue Oct 8 18:20:02 2019 (r353317)
+++ projects/clang900-import/lib/clang/include/VCSVersion.inc Tue Oct 8 18:21:33 2019 (r353318)
@@ -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"
Modified: projects/clang900-import/sys/sys/param.h
==============================================================================
--- projects/clang900-import/sys/sys/param.h Tue Oct 8 18:20:02 2019 (r353317)
+++ projects/clang900-import/sys/sys/param.h Tue Oct 8 18:21:33 2019 (r353318)
@@ -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,
More information about the svn-src-projects
mailing list