[llvm-branch-commits] [llvm-branch] r341804 - ReleaseNotes: minor tweaks
Hans Wennborg via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Sep 10 05:08:00 PDT 2018
Author: hans
Date: Mon Sep 10 05:08:00 2018
New Revision: 341804
URL: http://llvm.org/viewvc/llvm-project?rev=341804&view=rev
Log:
ReleaseNotes: minor tweaks
Modified:
llvm/branches/release_70/docs/ReleaseNotes.rst
Modified: llvm/branches/release_70/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_70/docs/ReleaseNotes.rst?rev=341804&r1=341803&r2=341804&view=diff
==============================================================================
--- llvm/branches/release_70/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_70/docs/ReleaseNotes.rst Mon Sep 10 05:08:00 2018
@@ -27,8 +27,8 @@ Non-comprehensive list of changes in thi
* 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.
+ is available on the Visual Studio Marketplace. The new integration
+ supports Visual Studio 2017.
* Libraries have been renamed from 7.0 to 7. This change also impacts
downstream libraries like lldb.
@@ -134,7 +134,7 @@ Changes to the AArch64 Target
* The ``.inst`` assembler directive is now usable on both COFF and Mach-O
targets, in addition to ELF.
-* Support for most remaining COFF relocations have been added.
+* Support for most remaining COFF relocations has been added.
* Support for TLS on Windows has been added.
More information about the llvm-branch-commits
mailing list