[llvm-branch-commits] [cfe-branch] r325781 - ReleaseNotes: mention new -nostdlib++ flag, and clang-cl exposing --version

Hans Wennborg via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Feb 22 05:39:43 PST 2018


Author: hans
Date: Thu Feb 22 05:39:43 2018
New Revision: 325781

URL: http://llvm.org/viewvc/llvm-project?rev=325781&view=rev
Log:
ReleaseNotes: mention new -nostdlib++ flag, and clang-cl exposing --version

By Nico Weber

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

Modified: cfe/branches/release_60/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_60/docs/ReleaseNotes.rst?rev=325781&r1=325780&r2=325781&view=diff
==============================================================================
--- cfe/branches/release_60/docs/ReleaseNotes.rst (original)
+++ cfe/branches/release_60/docs/ReleaseNotes.rst Thu Feb 22 05:39:43 2018
@@ -143,6 +143,9 @@ New Compiler Flags
   feature is enabled by default for AArch64 at the ``-O0`` optimization level.
   Support for other targets or optimization levels is currently incomplete.
 
+- New ``-nostdlib++`` flag to disable linking the C++ standard library. Similar
+  to using ``clang`` instead of ``clang++`` but doesn't disable ``-lm``.
+
 Deprecated Compiler Flags
 -------------------------
 
@@ -191,6 +194,8 @@ Windows Support
 - Clang now has initial, preliminary support for targeting Windows on
   ARM64.
 
+- clang-cl now exposes the ``--version`` flag.
+
 C Language Changes in Clang
 ---------------------------
 




More information about the llvm-branch-commits mailing list