Skip to content

[mlir] Fix bazel build after c798e19. #140537

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 19, 2025
Merged

Conversation

bartchr808
Copy link
Contributor

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

@bartchr808 bartchr808 changed the title [mlir] Fix bazel build after c798e19. [mlir] Fix bazel build after c798e19. May 19, 2025
@bartchr808 bartchr808 merged commit 6d8a521 into llvm:main May 19, 2025
9 of 14 checks passed
@llvmbot
Copy link
Member

llvmbot commented May 19, 2025

@llvm/pr-subscribers-mlir-llvm

Author: Bart Chrzaszcz (bartchr808)

Changes

@<!-- -->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 --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"
 

@llvmbot
Copy link
Member

llvmbot commented May 19, 2025

@llvm/pr-subscribers-mlir

Author: Bart Chrzaszcz (bartchr808)

Changes

@<!-- -->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 --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"
 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants