diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2012-05-13 11:46:05 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2012-05-13 11:46:05 +0000 |
commit | 2fb68011422376be1a5d89eaccd0087bca69f046 (patch) | |
tree | ebe2c69e9dc5105dea1463c9f6ce4ba64696b518 /docs/ReleaseNotes.html | |
parent | 5fdfaf5e584fbad8c29affe43ba14688156beaf9 (diff) | |
download | external_llvm-2fb68011422376be1a5d89eaccd0087bca69f046.zip external_llvm-2fb68011422376be1a5d89eaccd0087bca69f046.tar.gz external_llvm-2fb68011422376be1a5d89eaccd0087bca69f046.tar.bz2 |
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
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 9d140e5..4e953f6 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -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 |