Changeset View
Changeset View
Standalone View
Standalone View
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Show First 20 Lines • Show All 2,004 Lines • ▼ Show 20 Lines | |||||
) | ) | ||||
cc_library( | cc_library( | ||||
name = "AsyncTransforms", | name = "AsyncTransforms", | ||||
srcs = glob([ | srcs = glob([ | ||||
"lib/Dialect/Async/Transforms/*.cpp", | "lib/Dialect/Async/Transforms/*.cpp", | ||||
"lib/Dialect/Async/Transforms/*.h", | "lib/Dialect/Async/Transforms/*.h", | ||||
]), | ]), | ||||
hdrs = ["include/mlir/Dialect/Async/Passes.h"], | hdrs = [ | ||||
"include/mlir/Dialect/Async/Passes.h", | |||||
"include/mlir/Dialect/Async/Transforms.h", | |||||
], | |||||
includes = ["include"], | includes = ["include"], | ||||
deps = [ | deps = [ | ||||
":Analysis", | ":Analysis", | ||||
":ArithmeticDialect", | ":ArithmeticDialect", | ||||
":Async", | ":Async", | ||||
":AsyncPassIncGen", | ":AsyncPassIncGen", | ||||
":IR", | ":IR", | ||||
":Pass", | ":Pass", | ||||
▲ Show 20 Lines • Show All 5,884 Lines • Show Last 20 Lines |