svn commit: r46177 - head/en_US.ISO8859-1/htdocs/news/status

Benjamin Kaduk bjk at FreeBSD.org
Fri Jan 9 23:47:49 UTC 2015


Author: bjk
Date: Fri Jan  9 23:47:48 2015
New Revision: 46177
URL: https://svnweb.freebsd.org/changeset/doc/46177

Log:
  Add entry for the clang/llvm/lldb 3.5.0 import
  
  Approved by:	hrs (mentor, blanket)

Modified:
  head/en_US.ISO8859-1/htdocs/news/status/report-2014-10-2014-12.xml

Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2014-10-2014-12.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2014-10-2014-12.xml	Fri Jan  9 23:41:20 2015	(r46176)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2014-10-2014-12.xml	Fri Jan  9 23:47:48 2015	(r46177)
@@ -1275,4 +1275,75 @@
     </help>
   </project>
 
+  <project cat='proj'>
+    <title>Clang, llvm and lldb updated to 3.5.0</title>
+
+    <contact>
+      <person>
+	<name>
+	  <given>Dimitry</given>
+	  <common>Andric</common>
+	</name>
+	<email>dim at FreeBSD.org</email>
+      </person>
+      <person>
+	<name>
+	  <given>Ed</given>
+	  <common>Maste</common>
+	</name>
+	<email>emaste at FreeBSD.org</email>
+      </person>
+      <person>
+	<name>
+	  <given>Roman</given>
+	  <common>Divacky</common>
+	</name>
+	<email>rdivacky at FreeBSD.org</email>
+      </person>
+    </contact>
+
+    <links>
+      <url href="http://llvm.org/releases/3.5.0/docs/ReleaseNotes.html">LLVM 3.5.0 Release Notes</url>
+      <url href="http://llvm.org/releases/3.5.0/tools/clang/docs/ReleaseNotes.html">Clang 3.5.0 Release Notes</url>
+    </links>
+
+    <body>
+      <p>Just before the end of the year, we have updated clang,
+	llvm and lldb in base to 3.5.0 release.  These all contain
+	numerous improvements; please see the linked release notes for
+	more detailed information.</p>
+
+      <p>This is the first release that requires C++11 support to build.
+	At this point, FreeBSD 10.0 and later provide that support, at least
+	on x86.</p>
+
+      <p>In the near future, more components from the llvm.org will
+	be updated in base, with libc++ and libcompiler-rt most likely
+	being the first.</p>
+
+      <p>Thanks to Ed Maste, Roman Divacky, Andrew Turner, Justin
+	Hibbits and Antoine Brodin for their invaluable help with this
+	import.</p>
+    </body>
+
+    <help>
+      <task>
+	<p> While most ports that were impacted by this update have
+	  already been fixed, there are still a few that do not work with
+	  the clang 3.5.0 update.</p>
+
+	<p>In most cases, this is due to relatively simple issues,
+	  such as new warnings, or slightly stricter error checking
+	  (primarily for C++ programs).  Fixing those issues should not take
+	  too much work.</p>
+      </task>
+
+      <task>
+	<p>There are still some open issues with the ARM, PowerPC
+	  and Sparc64 architectures, and any help in this area is very much
+	  appreciated.</p>
+      </task>
+    </help>
+  </project>
+
 </report>


More information about the svn-doc-all mailing list