[libcxx-commits] [clang] [libc] [libcxx] [clang][X86] Emit AVX level mismatch psABI warnings on function definitions (PR #199091)
Joseph Huber via libcxx-commits
libcxx-commits at lists.llvm.org
Fri May 22 10:29:59 PDT 2026
jhuber6 wrote:
I think following GCC's warnings is too strict for how we want to use these vectors. Can't we just change the warnings to only emit on definitions that escape the TU?
https://github.com/llvm/llvm-project/pull/199091
More information about the libcxx-commits
mailing list