diff options
Diffstat (limited to 'llvm/docs/ReleaseNotes.rst')
-rw-r--r-- | llvm/docs/ReleaseNotes.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index 7942718803f..4ad4c94fb3b 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -76,6 +76,12 @@ Changes to the LLVM IR pointee type. In the next release we intend to make this parameter mandatory in preparation for opaque pointer types. +Changes to building LLVM +------------------------ + +* Building LLVM with Visual Studio now requires version 2017 or later. + + Changes to the ARM Backend -------------------------- |