diff options
author | Andy Kaylor <akaylor@nvidia.com> | 2025-07-31 14:54:56 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-31 14:54:56 -0700 |
commit | ba2edbd0c8d7a0199485d2969aebcc4de4a3d983 (patch) | |
tree | 6bfd715ad4fde59675457e5be7df06d495aee901 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | e1d45b1b97c1f18e5a5fb9db8621ae4b34ba0ab1 (diff) | |
download | llvm-ba2edbd0c8d7a0199485d2969aebcc4de4a3d983.zip llvm-ba2edbd0c8d7a0199485d2969aebcc4de4a3d983.tar.gz llvm-ba2edbd0c8d7a0199485d2969aebcc4de4a3d983.tar.bz2 |
[CIR] Fix warnings related to unused variables in release builds (#151412)
This fixes a number of warnings in release builds due to variables that
were only being used in asserts. Some of these variables will later be
used in non-debug code, but for now they are unused in release builds.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions