[libcxx-commits] [libcxx] [libcxxabi] [libc++] Clean up and update deployment target features (PR #96312)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jun 24 17:39:08 PDT 2024
ldionne wrote:
> Related to the clean-up effort here, I think the following is wrong:
>
> [...]
>
> in that this should (most likely) be `14.[0-3]`, and not `12.[0-3]` (which is already covered by `_target-before-llvm-13`)
Thanks, that's a great catch! We don't currently run back-deployment bots on these OSes so that's why the CI didn't complain.
https://github.com/llvm/llvm-project/pull/96312
More information about the libcxx-commits
mailing list