[llvm-branch-commits] [cfe-branch] r196810 - Release notes: expand clang-cl blurb a little

Hans Wennborg hans at hanshq.net
Mon Dec 9 12:00:26 PST 2013


Author: hans
Date: Mon Dec  9 14:00:25 2013
New Revision: 196810

URL: http://llvm.org/viewvc/llvm-project?rev=196810&view=rev
Log:
Release notes: expand clang-cl blurb a little

Modified:
    cfe/branches/release_34/docs/ReleaseNotes.rst

Modified: cfe/branches/release_34/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_34/docs/ReleaseNotes.rst?rev=196810&r1=196809&r2=196810&view=diff
==============================================================================
--- cfe/branches/release_34/docs/ReleaseNotes.rst (original)
+++ cfe/branches/release_34/docs/ReleaseNotes.rst Mon Dec  9 14:00:25 2013
@@ -176,9 +176,11 @@ Windows Support
 
 - `clang-cl <UsersManual.html#clang-cl>` provides a new driver mode that is
   designed for compatibility with Visual Studio's compiler, cl.exe. This driver
-  mode makes Clang accept the same kind of command-line options as cl.exe.
-  Please note that this mode is still experimental.
-
+  mode makes Clang accept the same kind of command-line options as cl.exe. The
+  installer will attempt to expose clang-cl in any Visual Studio installations
+  on the system as a Platform Toolset, e.g. "LLVM-vs2012". clang-cl targets the
+  Microsoft ABI by default. Please note that this driver mode and compatibility
+  with the MS ABI is highly experimental.
 
 Core Analysis Improvements
 ==========================





More information about the llvm-branch-commits mailing list