From 21b680aba85040fccc5e92d2f5cb415db68e9e75 Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Thu, 22 Feb 2018 13:39:43 +0000 Subject: ReleaseNotes: mention new -nostdlib++ flag, and clang-cl exposing --version 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 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index a87004176b..f61db629a4 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -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 --------------------------- -- cgit v1.2.3