[libcxx-commits] [PATCH] D66959: Update libc++ release notes
JF Bastien via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Aug 30 01:28:43 PDT 2019
jfb 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).
----------------
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.
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