[Mlir-commits] [mlir] [mlir] Fix bazel build after `c798e19`. (PR #140537)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon May 19 05:46:51 PDT 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-mlir

Author: Bart Chrzaszcz (bartchr808)

<details>
<summary>Changes</summary>

`@<!-- -->llvm-project//mlir:LLVMDialect` builds fine without the header. Don't think it was needed.

---
Full diff: https://github.com/llvm/llvm-project/pull/140537.diff


1 Files Affected:

- (modified) mlir/lib/Dialect/LLVMIR/IR/LLVMInterfaces.cpp (-1) 


``````````diff
diff --git a/mlir/lib/Dialect/LLVMIR/IR/LLVMInterfaces.cpp b/mlir/lib/Dialect/LLVMIR/IR/LLVMInterfaces.cpp
index 769ef0030644f..3281d3a6544bd 100644
--- a/mlir/lib/Dialect/LLVMIR/IR/LLVMInterfaces.cpp
+++ b/mlir/lib/Dialect/LLVMIR/IR/LLVMInterfaces.cpp
@@ -12,7 +12,6 @@
 
 #include "mlir/Dialect/LLVMIR/LLVMInterfaces.h"
 
-#include "mlir/Conversion/LLVMCommon/TypeConverter.h"
 #include "mlir/Dialect/LLVMIR/LLVMDialect.h"
 #include "mlir/IR/PatternMatch.h"
 

``````````

</details>


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


More information about the Mlir-commits mailing list