Skip to content

Commit

Permalink
[Bazel] Fixes for c43c885
Browse files Browse the repository at this point in the history
  • Loading branch information
jreiffers committed Nov 23, 2023
1 parent 0bda20b commit aaae104
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,24 @@ mlir_c_api_cc_library(
],
)

mlir_c_api_cc_library(
name = "CAPITarget",
srcs = ["lib/CAPI/Target/LLVMIR.cpp"],
hdrs = ["include/mlir-c/Target/LLVMIR.h"],
capi_deps = [
":CAPIIR",
],
includes = ["include"],
deps = [
":LLVMToLLVMIRTranslation",
":Support",
":ToLLVMIRTranslation",
":ToLLVMIRTranslationRegistration",
"//llvm:Core",
"//llvm:Support",
],
)

mlir_c_api_cc_library(
name = "CAPIGPU",
srcs = [
Expand Down

0 comments on commit aaae104

Please sign in to comment.