ReleaseNotes: Document that LLVM was rewritten in python.

^~~~
                            llvm-build

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156738 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Benjamin Kramer 2012-05-13 11:46:05 +00:00
parent 5fdfaf5e58
commit 2fb6801142

View File

@ -660,6 +660,8 @@ syntax, there are still significant gaps in that support.</p>
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