forked from OSchip/llvm-project
[Bazel] Fix build for 35d4593e6b
This commit is contained in:
parent
52f34673ea
commit
b3f5d0639e
|
@ -375,6 +375,21 @@ cc_library(
|
|||
],
|
||||
)
|
||||
|
||||
cc_library(
|
||||
name = "CAPILLVM",
|
||||
srcs = [
|
||||
"lib/CAPI/Dialect/LLVM.cpp",
|
||||
],
|
||||
hdrs = [
|
||||
"include/mlir-c/Dialect/LLVM.h",
|
||||
],
|
||||
includes = ["include"],
|
||||
deps = [
|
||||
":CAPIIR",
|
||||
":LLVMDialect",
|
||||
],
|
||||
)
|
||||
|
||||
cc_library(
|
||||
name = "CAPIGPU",
|
||||
srcs = [
|
||||
|
@ -6263,7 +6278,6 @@ cc_library(
|
|||
"lib/Conversion/TosaToStandard",
|
||||
],
|
||||
deps = [
|
||||
":Analysis",
|
||||
":ConversionPassIncGen",
|
||||
":IR",
|
||||
":Pass",
|
||||
|
|
Loading…
Reference in New Issue