[llvm-branch-commits] [llvm] 124e825 - ReleaseNotes: mention the build preferring python 3

Hans Wennborg via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Aug 26 10:30:19 PDT 2020


Author: Hans Wennborg
Date: 2020-08-26T19:29:58+02:00
New Revision: 124e8259abe1dc7d0e8ad9d238f698bcfc31562e

URL: https://github.com/llvm/llvm-project/commit/124e8259abe1dc7d0e8ad9d238f698bcfc31562e
DIFF: https://github.com/llvm/llvm-project/commit/124e8259abe1dc7d0e8ad9d238f698bcfc31562e.diff

LOG: ReleaseNotes: mention the build preferring python 3

Text by Saleem!

Added: 
    

Modified: 
    llvm/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 5bbdea65c3e7..49b1a040a393 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -44,6 +44,13 @@ Non-comprehensive list of changes in this release
    functionality, or simply have a lot to talk about), see the `NOTE` below
    for adding a new subsection.
 
+* The LLVM project has started the migration towards Python 3, and the build
+  system now prefers Python 3 whenever available.  If the Python 3 interpreter
+  (or libraries) are not found, the build system will, for the time being, fall
+  back to Python 2.  It is recommended that downstream projects migrate to
+  Python 3 as Python 2 has been end-of-life'd by the Python Software
+  Foundation.
+
 * The llgo frontend has been removed for now, but may be resurrected in the
   future.
 


        


More information about the llvm-branch-commits mailing list