diff options
author | dim <dim@FreeBSD.org> | 2016-03-05 20:24:31 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2016-03-05 20:24:31 +0000 |
commit | e9ad9d5ff7856d726fb3c9f9bf3b331395ae69ec (patch) | |
tree | ecc83dc1d2007c252418147f7c227250b95668e3 /UPDATING | |
parent | 9e883b407eeb3b4a73e68ec238ba88b026228c42 (diff) | |
parent | 18b05746a2e56b6e3024435e84dfdfd9340ebcb8 (diff) | |
download | FreeBSD-src-e9ad9d5ff7856d726fb3c9f9bf3b331395ae69ec.zip FreeBSD-src-e9ad9d5ff7856d726fb3c9f9bf3b331395ae69ec.tar.gz |
Upgrade our copies of clang, llvm, lldb and compiler-rt to 3.8.0
release.
Please note that from 3.5.0 onwards, clang, llvm and lldb require C++11
support to build; see UPDATING for more information.
Release notes for llvm and clang will soon be available here:
<http://llvm.org/releases/3.8.0/docs/ReleaseNotes.html>
<http://llvm.org/releases/3.8.0/tools/clang/docs/ReleaseNotes.html>
Thanks to Ed Maste, Roman Divacky, Davide Italiano and Antoine Brodin
for their help.
Relnotes: yes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -31,6 +31,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11.x IS SLOW: disable the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20160305: + Clang, llvm, lldb and compiler-rt have been upgraded to 3.8.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. + 20160301: The AIO subsystem is now a standard part of the kernel. The VFS_AIO kernel option and aio.ko kernel module have been removed. |