[Mlir-commits] [mlir] [mlir] Fix bazel build after c798e19. (PR #140537)
Bart Chrzaszcz
llvmlistbot at llvm.org
Mon May 19 05:46:17 PDT 2025
https://github.com/bartchr808 created https://github.com/llvm/llvm-project/pull/140537
`@llvm-project//mlir:LLVMDialect` builds fine without the header. Don't think it was needed.
>From cdaf9c39fcd037b536c93ffeb3420a295aad6a9e Mon Sep 17 00:00:00 2001
From: Bart Chrzaszcz <bartchr at google.com>
Date: Mon, 19 May 2025 13:44:49 +0100
Subject: [PATCH] [mlir] Fix bazel build after c798e19.
---
mlir/lib/Dialect/LLVMIR/IR/LLVMInterfaces.cpp | 1 -
1 file changed, 1 deletion(-)
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