mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-16 09:16:31 +00:00
Fix bazel build (#73880)
This commit is contained in:
parent
4bcbbe1f70
commit
453bd049c8
@ -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",
|
||||
"//third_party/llvm/llvm-project/llvm:Core",
|
||||
"//third_party/llvm/llvm-project/llvm:Support",
|
||||
],
|
||||
)
|
||||
|
||||
mlir_c_api_cc_library(
|
||||
name = "CAPIGPU",
|
||||
srcs = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user