diff options
author | Nikita Popov <npopov@redhat.com> | 2025-10-08 10:34:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-10-08 10:34:10 +0200 |
commit | 1ab69d7004fe8b404c1f83d306838442f549e1ee (patch) | |
tree | e42c90d0dbad5bf78bb52309493cd7979f1a1e26 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 772071bb75772ddff43c9525f2b66077fd873c04 (diff) | |
download | llvm-1ab69d7004fe8b404c1f83d306838442f549e1ee.zip llvm-1ab69d7004fe8b404c1f83d306838442f549e1ee.tar.gz llvm-1ab69d7004fe8b404c1f83d306838442f549e1ee.tar.bz2 |
[CMake] Suppress -Wpass-failed warning (#160472)
libstdc++15 makes use of an unroll pragma inside std::find_if(). This
produces a warning if clang fails to unroll the loop. As this pragma is
outside of our control, suppress the warning. Missed transforms are not
something we care about in this context.
Related to https://github.com/llvm/llvm-project/issues/157666.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions