Skip to content

Commit 6d8a521

Browse files
authored
[mlir] Fix bazel build after c798e19. (#140537)
`@llvm-project//mlir:LLVMDialect` builds fine without the header. Don't think it was needed.
1 parent 992458d commit 6d8a521

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mlir/lib/Dialect/LLVMIR/IR/LLVMInterfaces.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
#include "mlir/Dialect/LLVMIR/LLVMInterfaces.h"
1414

15-
#include "mlir/Conversion/LLVMCommon/TypeConverter.h"
1615
#include "mlir/Dialect/LLVMIR/LLVMDialect.h"
1716
#include "mlir/IR/PatternMatch.h"
1817

0 commit comments

Comments
 (0)