mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-01 12:43:47 +00:00
[mlir][bazel] Small adjustment to 7db4a6f278
This commit is contained in:
parent
69ae904f6a
commit
b9a6b28a58
@ -11907,12 +11907,8 @@ gentbl_cc_library(
|
||||
|
||||
cc_library(
|
||||
name = "MLProgramDialect",
|
||||
srcs = glob([
|
||||
"lib/Dialect/MLProgram/IR/*.cpp",
|
||||
]),
|
||||
hdrs = glob([
|
||||
"include/mlir/Dialect/MLProgram/**/*.h",
|
||||
]),
|
||||
srcs = glob(["lib/Dialect/MLProgram/IR/*.cpp"]),
|
||||
hdrs = glob(["include/mlir/Dialect/MLProgram/IR/*.h"]),
|
||||
includes = ["include"],
|
||||
deps = [
|
||||
":ControlFlowInterfaces",
|
||||
|
Loading…
x
Reference in New Issue
Block a user