[libcxx-commits] [PATCH] D66959: Update libc++ release notes
Zoe Carver via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Aug 30 12:21:22 PDT 2019
zoecarver marked an inline comment as done.
zoecarver added inline comments.
================
Comment at: libcxx/docs/ReleaseNotes.rst:58
+
+* libc++ dropped support for GCC 4.9; we now support GCC 5.1 and above.
+* libc++ added explicit support for WebAssembly System Interface (WASI).
----------------
jfb wrote:
> This seems misleading if it refers to my llvm version bump? The runtime is compiled with llvm so it’s true there, but users of older GCC should still be able to use the libc++ headers I think.
I was referring to a commit Eric made. Users of older GCC versions _will not_ be able to use libc++ headers anymore (because of constexpr, variadics, rvalues, etc.).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66959/new/
https://reviews.llvm.org/D66959
More information about the libcxx-commits
mailing list