PSTL contains many pragmas that request loop vectorization, which would
produce a warning when the compiler is unable to fulfill the request (if
-Wpass-failed is enabled). This is normal and expected in some cases,
and we don't want -Werror to turn that into a compilation failure.
Details
Details
- Reviewers
philnik - Group Reviewers
Restricted Project - Commits
- rG1d340250a894: [libc++][PSTL] Disable `-Wpass-failed`.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo