mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-28 16:11:29 +00:00
[Bazel] Fix after 4b27825ba3
.
This commit is contained in:
parent
fee1a4aa59
commit
39bf517e01
@ -6266,7 +6266,10 @@ cc_library(
|
||||
cc_library(
|
||||
name = "MlirOptLib",
|
||||
srcs = ["lib/Tools/mlir-opt/MlirOptMain.cpp"],
|
||||
hdrs = ["include/mlir/Tools/mlir-opt/MlirOptMain.h"],
|
||||
hdrs = [
|
||||
"include/mlir/Tools/mlir-opt/MlirOptMain.h",
|
||||
"include/mlir/Tools/ParseUtilties.h",
|
||||
],
|
||||
includes = ["include"],
|
||||
deps = [
|
||||
":BytecodeReader",
|
||||
|
Loading…
Reference in New Issue
Block a user