From 2fb68011422376be1a5d89eaccd0087bca69f046 Mon Sep 17 00:00:00 2001
From: Benjamin Kramer
Date: Sun, 13 May 2012 11:46:05 +0000
Subject: [PATCH] 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
---
docs/ReleaseNotes.html | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 9d140e568b0..4e953f6b241 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -660,6 +660,8 @@ syntax, there are still significant gaps in that support.
from the previous release.
+ - LLVM's build system now requires a python 2 interpreter to be present at
+ build time. A perl interpreter is no longer required.
- The C backend has been removed. It had numerous problems, to the point of
not being able to compile any nontrivial program.
- The Alpha, Blackfin and SystemZ targets have been removed due to lack of