diff options
| author | Hans Wennborg <hans@hanshq.net> | 2018-08-07 12:27:25 +0000 |
|---|---|---|
| committer | Hans Wennborg <hans@hanshq.net> | 2018-08-07 12:27:25 +0000 |
| commit | dc65afcc36a3fb5d03eabf2ad5b68551e1bf8822 (patch) | |
| tree | 43258d25b83299ccf09be4559b8bdd9103bcceb9 | |
| parent | 1c21f5b4292dc4bd99e05c5bd397a4fea9468954 (diff) | |
| download | bcm5719-llvm-dc65afcc36a3fb5d03eabf2ad5b68551e1bf8822.tar.gz bcm5719-llvm-dc65afcc36a3fb5d03eabf2ad5b68551e1bf8822.zip | |
ReleaseNotes: the new vs integration
llvm-svn: 339133
| -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 58fb8828484..6f85cc4c5d5 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -40,6 +40,12 @@ 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 Windows installer no longer includes a Visual Studio integration. + Instead, a new + `LLVM Compiler Toolchain Visual Studio extension <https://marketplace.visualstudio.com/items?itemName=LLVMExtensions.llvm-toolchain>` + is available on the Visual Studio Marketplace. The new integration includes + support for Visual Studio 2017. + * Libraries have been renamed from 7.0 to 7. This change also impacts downstream libraries like lldb. |

