[libc-commits] [clang] [libc] [libcxx] [clang][X86] Emit AVX level mismatch psABI warnings on function definitions (PR #199091)
Joseph Huber via libc-commits
libc-commits at lists.llvm.org
Wed May 27 18:14:17 PDT 2026
================
@@ -75,6 +75,8 @@
# We're not annotating all the APIs, since that's a lot of annotations compared to how many we actually care about
"-Wno-nullability-completeness",
+ # Adding this for now to get the build to pass but needs more detailed review
+ "-Wno-psabi",
----------------
jhuber6 wrote:
I'm going to assume those pragmas were put there specifically because of https://github.com/llvm/llvm-project/issues/128361 which I fixed in https://github.com/llvm/llvm-project/pull/157570. Maybe @philnik777 remembers, but it's probably better for them to be gone if so.
https://github.com/llvm/llvm-project/pull/199091
More information about the libc-commits
mailing list