[llvm-dev] Compiler support in libc++ (original) (raw)
Curdeius Curdeius via llvm-dev llvm-dev at lists.llvm.org
Tue Mar 2 02:50:32 PST 2021
- Previous message: [llvm-dev] [libcxx-dev] Compiler support in libc++
- Next message: [llvm-dev] Compiler support in libc++
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
A strong +1 on this proposal. As a contributor, I see the benefits of removing technical debt and maintenance costs we have.
Regards, Marek
-
At any given point in time, libc++ supports back to the latest released version of Clang. For example, if the latest major release of Clang is 14, libc++ (on main) supports Clang 14. When Clang 15 is released (and libc++ 15 with it), libc++ (on main) is free to assume Clang 15. As a result, any released libc++ will always support the previously (and the currently) released Clang, with the support window moving as newer Clangs are released. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20210302/0847be59/attachment.html>
- Previous message: [llvm-dev] [libcxx-dev] Compiler support in libc++
- Next message: [llvm-dev] Compiler support in libc++
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]