ReleaseNotes: Document that LLVM was rewritten in python.
authorBenjamin Kramer <benny.kra@googlemail.com>
Sun, 13 May 2012 11:46:05 +0000 (11:46 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sun, 13 May 2012 11:46:05 +0000 (11:46 +0000)
                            ^~~~
                            llvm-build

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156738 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 9d140e568b0c2f1a252f04265302362bc6fb6ecc..4e953f6b241129aa03cae794185c752a81480c2d 100644 (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