mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-16 13:46:37 +00:00
[bazel] port ecaf2c335cd612646086ec53315cb1018a5b9d91
This commit is contained in:
parent
912c502a9e
commit
b8eef18868
@ -4875,9 +4875,9 @@ cc_library(
|
||||
name = "AllExtensions",
|
||||
hdrs = ["include/mlir/InitAllExtensions.h"],
|
||||
deps = [
|
||||
":AMXTransforms",
|
||||
":AffineTransformOps",
|
||||
":ArithToLLVM",
|
||||
":AMXTransforms",
|
||||
":BufferizationTransformOps",
|
||||
":BuiltinToLLVMIRTranslation",
|
||||
":ComplexToLLVM",
|
||||
@ -5082,6 +5082,7 @@ cc_library(
|
||||
":DialectUtils",
|
||||
":FuncDialect",
|
||||
":FunctionInterfaces",
|
||||
":GPUDialect",
|
||||
":IR",
|
||||
":LinalgDialect",
|
||||
":MemRefDialect",
|
||||
@ -7678,13 +7679,13 @@ cc_library(
|
||||
":ArithUtils",
|
||||
":DialectUtils",
|
||||
":IR",
|
||||
":InferTypeOpInterface",
|
||||
":LinalgDialect",
|
||||
":LinalgUtils",
|
||||
":SCFDialect",
|
||||
":TensorDialect",
|
||||
":TensorUtils",
|
||||
":TilingInterface",
|
||||
":InferTypeOpInterface",
|
||||
":ValueBoundsOpInterface",
|
||||
],
|
||||
)
|
||||
@ -14280,10 +14281,10 @@ cc_library(
|
||||
),
|
||||
includes = ["include"],
|
||||
deps = [
|
||||
":FuncDialect",
|
||||
":IR",
|
||||
":Reducer",
|
||||
":Rewrite",
|
||||
":FuncDialect",
|
||||
"//llvm:LineEditor",
|
||||
"//llvm:Support",
|
||||
],
|
||||
@ -14312,9 +14313,9 @@ cc_binary(
|
||||
stamp = 0,
|
||||
deps = [
|
||||
":AllPassesAndDialects",
|
||||
":IR",
|
||||
":MlirQueryLib",
|
||||
":MlirQueryUtils",
|
||||
":IR",
|
||||
"//llvm:Support",
|
||||
"//mlir/test:TestDialect",
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user