[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
Thu May 21 15:59:32 PDT 2026


jhuber6 wrote:

> It seems like these failures have been mostly fixed with the application of -Wno-psabi but we should check to make sure there isn't something actually wrong with libc and libcxx before we merge this. The code should be fixed to avoid the warnings

Why should this cause a warning? The original ABI warning was due to symbols escaping the TU and these are all static?

https://github.com/llvm/llvm-project/pull/199091


More information about the libcxx-commits mailing list