[Mlir-commits] [mlir] [mlir][xegpu] Fix bazel build failure (PR #128595)

Charitha Saumya llvmlistbot at llvm.org
Mon Feb 24 18:00:47 PST 2025


charithaintc wrote:

> Looks fine but I'm not familiar with Bazel builds. @charithaintc Perhaps double check that no other unnecessary headers are added just to be safe

turns out none of the new headers added are really needed. I used vscode with clangd, somehow they were added automatically. 

Removed them. 

Wondering if there is way to do this cleanly. Is there some kind of a pre-commit hook I can use for this? 

https://github.com/llvm/llvm-project/pull/128595


More information about the Mlir-commits mailing list