[bazel] Port c3746ff322
This commit is contained in:
@@ -8969,6 +8969,7 @@ cc_binary(
|
||||
"//mlir/test:TestMath",
|
||||
"//mlir/test:TestMathToVCIX",
|
||||
"//mlir/test:TestMemRef",
|
||||
"//mlir/test:TestMemRefToLLVM",
|
||||
"//mlir/test:TestMesh",
|
||||
"//mlir/test:TestNVGPU",
|
||||
"//mlir/test:TestPDLL",
|
||||
@@ -9030,6 +9031,7 @@ cc_binary(
|
||||
"//mlir/test:TestMath",
|
||||
"//mlir/test:TestMathToVCIX",
|
||||
"//mlir/test:TestMemRef",
|
||||
"//mlir/test:TestMemRefToLLVM",
|
||||
"//mlir/test:TestMesh",
|
||||
"//mlir/test:TestNVGPU",
|
||||
"//mlir/test:TestPDLL",
|
||||
|
||||
@@ -862,6 +862,22 @@ cc_library(
|
||||
],
|
||||
)
|
||||
|
||||
cc_library(
|
||||
name = "TestMemRefToLLVM",
|
||||
srcs = glob(["lib/Conversion/MemRefToLLVM/*.cpp"]),
|
||||
includes = ["lib/Dialect/Test"],
|
||||
deps = [
|
||||
"//mlir:FuncDialect",
|
||||
"//mlir:FuncToLLVM",
|
||||
"//mlir:IR",
|
||||
"//mlir:LLVMCommonConversion",
|
||||
"//mlir:LLVMDialect",
|
||||
"//mlir:MemRefToLLVM",
|
||||
"//mlir:MemRefTransforms",
|
||||
"//mlir:Pass",
|
||||
],
|
||||
)
|
||||
|
||||
cc_library(
|
||||
name = "TestMemRef",
|
||||
srcs = glob(["lib/Dialect/MemRef/*.cpp"]),
|
||||
|
||||
Reference in New Issue
Block a user