Upgrade our copies of clang, llvm, lldb, compiler-rt and libc++ to 3.7.0
authordim <dim@FreeBSD.org>
Tue, 6 Oct 2015 17:53:29 +0000 (17:53 +0000)
committerdim <dim@FreeBSD.org>
Tue, 6 Oct 2015 17:53:29 +0000 (17:53 +0000)
commita6f4f28b545e1f0632ba4b20b86a7ab487932373
treee9dbc6d658415636ba47d28716ee528c8ab7c862
parent09f0c012db173aa7875b4d45fc67ef4d26c82548
parent9ba87e73be0d01bbe1cf9547130ae12f9b15d7a7
Upgrade our copies of clang, llvm, lldb, compiler-rt and libc++ to 3.7.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 can be found here:
<http://llvm.org/releases/3.7.0/docs/ReleaseNotes.html>
<http://llvm.org/releases/3.7.0/tools/clang/docs/ReleaseNotes.html>

Thanks to Ed Maste, Andrew Turner and Antoine Brodin for their help.

Exp-run: antoine
Relnotes: yes