[llvm-commits] [llvm] r156738 - /llvm/trunk/docs/ReleaseNotes.html
Benjamin Kramer
benny.kra at googlemail.com
Sun May 13 04:46:06 PDT 2012
Author: d0k
Date: Sun May 13 06:46:05 2012
New Revision: 156738
URL: http://llvm.org/viewvc/llvm-project?rev=156738&view=rev
Log:
ReleaseNotes: Document that LLVM was rewritten in python.
^~~~
llvm-build
Modified:
llvm/trunk/docs/ReleaseNotes.html
Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=156738&r1=156737&r2=156738&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Sun May 13 06:46:05 2012
@@ -660,6 +660,8 @@
from the previous release.</p>
<ul>
+ <li>LLVM's build system now requires a python 2 interpreter to be present at
+ build time. A perl interpreter is no longer required.</li>
<li>The C backend has been removed. It had numerous problems, to the point of
not being able to compile any nontrivial program.</li>
<li>The Alpha, Blackfin and SystemZ targets have been removed due to lack of
More information about the llvm-commits
mailing list