svn commit: r288835 - in projects/clang370-import: . sys/sys
Dimitry Andric
dim at FreeBSD.org
Mon Oct 5 19:48:13 UTC 2015
Author: dim
Date: Mon Oct 5 19:48:12 2015
New Revision: 288835
URL: https://svnweb.freebsd.org/changeset/base/288835
Log:
Prepare for merging back to head.
Modified:
projects/clang370-import/ObsoleteFiles.inc
projects/clang370-import/UPDATING
projects/clang370-import/sys/sys/param.h
Modified: projects/clang370-import/ObsoleteFiles.inc
==============================================================================
--- projects/clang370-import/ObsoleteFiles.inc Mon Oct 5 18:11:30 2015 (r288834)
+++ projects/clang370-import/ObsoleteFiles.inc Mon Oct 5 19:48:12 2015 (r288835)
@@ -38,9 +38,9 @@
# xargs -n1 | sort | uniq -d;
# done
-# 2015mmdd: new libc++ import
+# 20151005: new libc++ import
OLD_FILES+=usr/include/c++/__tuple_03
-# 2015mmdd: new clang import which bumps version from 3.6.1 to 3.7.0.
+# 20151005: 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/__wmmintrin_aes.h
OLD_FILES+=usr/lib/clang/3.6.1/include/__wmmintrin_pclmul.h
Modified: projects/clang370-import/UPDATING
==============================================================================
--- projects/clang370-import/UPDATING Mon Oct 5 18:11:30 2015 (r288834)
+++ projects/clang370-import/UPDATING Mon Oct 5 19:48:12 2015 (r288835)
@@ -31,10 +31,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
-2015mmdd:
- Clang and llvm have been upgraded to 3.7.0. Please see the
- 20141231 entry below for information about prerequisites and upgrading,
- if you are not already using 3.5.0 or higher.
+20151005:
+ Clang, llvm, lldb, compiler-rt and libc++ have been upgraded to 3.7.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.
20150924:
Kernel debug files have been moved to /usr/lib/debug/boot/kernel/,
Modified: projects/clang370-import/sys/sys/param.h
==============================================================================
--- projects/clang370-import/sys/sys/param.h Mon Oct 5 18:11:30 2015 (r288834)
+++ projects/clang370-import/sys/sys/param.h Mon Oct 5 19:48:12 2015 (r288835)
@@ -58,7 +58,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1100079 /* Master, propagated to newvers */
+#define __FreeBSD_version 1100080 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
More information about the svn-src-projects
mailing list