jpjepko wrote: > This still causes warnings. (as of llvmorg-23-init-9585-g191a9a911c51) > > ``` > llvm/lib/Target/AMDGPU/AMDGPUIGroupLP.cpp:914:19: warning: variable > 'MFMAChainLength' set but not used [-Wunused-but-set-global] > llvm/tools/llvm-objdump/llvm-objdump.cpp:343:13: warning: variable 'Wide' set > but not used [-Wunused-but-set-global] > clang/tools/clang-sycl-linker/ClangSYCLLinker.cpp:56:13: warning: variable > 'SaveTemps' set but not used [-Wunused-but-set-global] > clang/tools/clang-scan-deps/ClangScanDeps.cpp:94:13: warning: variable > 'DeprecatedDriverCommand' set but not used [-Wunused-but-set-global] > ```
@chapuni Please see #189315 for the fix. https://github.com/llvm/llvm-project/pull/178342 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
