[Mlir-commits] [mlir] 6d8a521 - [mlir] Fix bazel build after `c798e19`. (#140537)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Mon May 19 05:46:38 PDT 2025
Author: Bart Chrzaszcz
Date: 2025-05-19T13:46:34+01:00
New Revision: 6d8a52146c853e74727d8f000dc6236781aa45dd
URL: https://github.com/llvm/llvm-project/commit/6d8a52146c853e74727d8f000dc6236781aa45dd
DIFF: https://github.com/llvm/llvm-project/commit/6d8a52146c853e74727d8f000dc6236781aa45dd.diff
LOG: [mlir] Fix bazel build after `c798e19`. (#140537)
`@llvm-project//mlir:LLVMDialect` builds fine without the header. Don't
think it was needed.
Added:
Modified:
mlir/lib/Dialect/LLVMIR/IR/LLVMInterfaces.cpp
Removed:
################################################################################
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"
More information about the Mlir-commits
mailing list