diff --git a/libcxx/utils/libcxx/test/params.py b/libcxx/utils/libcxx/test/params.py index 2e14a64185c7c..f43c634a1644f 100644 --- a/libcxx/utils/libcxx/test/params.py +++ b/libcxx/utils/libcxx/test/params.py @@ -51,6 +51,10 @@ # Disable warnings for extensions used in C++03 "-Wno-local-type-template-args", "-Wno-c++11-extensions", + + # Don't fail compilation in case the compiler fails to perform the requested + # loop vectorization. + "-Wno-pass-failed", ] _allStandards = ["c++03", "c++11", "c++14", "c++17", "c++20", "c++23", "c++26"]