mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 10:18:14 +08:00
Add ":MathDialect" as a dep of "GPUDialect". Fixes bazel build. (#147376)
Error was:
external/llvm-project/mlir/lib/Dialect/GPU/IR/GPUDialect.cpp:17:10:
fatal error: 'mlir/Dialect/Math/IR/Math.h' file not found
17 | #include "mlir/Dialect/Math/IR/Math.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
This commit is contained in:
@@ -5321,6 +5321,7 @@ cc_library(
|
||||
":InferIntRangeInterface",
|
||||
":InferTypeOpInterface",
|
||||
":InliningUtils",
|
||||
":MathDialect",
|
||||
":MemRefDialect",
|
||||
":SCFDialect",
|
||||
":SideEffectInterfaces",
|
||||
|
||||
Reference in New Issue
Block a user