summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2018-02-22 13:39:43 +0000
committerHans Wennborg <hans@hanshq.net>2018-02-22 13:39:43 +0000
commit21b680aba85040fccc5e92d2f5cb415db68e9e75 (patch)
tree70ee084be8940787e3d19f447523d0f6e10d650f
parent7195eb37bd49f527f4eb6fa2a396cb8ffb5d3657 (diff)
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
-rw-r--r--docs/ReleaseNotes.rst5
1 files changed, 5 insertions, 0 deletions
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
---------------------------