]> granicus.if.org Git - clang/commitdiff
ReleaseNotes: mention new -nostdlib++ flag, and clang-cl exposing --version
authorHans Wennborg <hans@hanshq.net>
Thu, 22 Feb 2018 13:39:43 +0000 (13:39 +0000)
committerHans Wennborg <hans@hanshq.net>
Thu, 22 Feb 2018 13:39:43 +0000 (13:39 +0000)
By Nico Weber

git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_60@325781 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index a87004176b3e6562298bf9f1e1a5389bf6c6d2f6..f61db629a45df958df2474da45bf5830e855bbd1 100644 (file)
@@ -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
 ---------------------------