Commit 6449b9de authored by Hans Wennborg's avatar Hans Wennborg
Browse files

ReleaseNotes: mention new -nostdlib++ flag, and clang-cl exposing --version

By Nico Weber

llvm-svn: 325781
parent ffc21e79
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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
---------------------------