Skip to content

Commit ebeae22

Browse files
committed
Revert "Fix bazel build (#73741)"
This reverts commit 4b8964d.
1 parent 403ab9a commit ebeae22

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -588,24 +588,6 @@ mlir_c_api_cc_library(
588588
],
589589
)
590590

591-
mlir_c_api_cc_library(
592-
name = "CAPITarget",
593-
srcs = ["lib/CAPI/Target/LLVMIR.cpp"],
594-
hdrs = ["include/mlir-c/Target/LLVMIR.h"],
595-
capi_deps = [
596-
":CAPIIR",
597-
],
598-
includes = ["include"],
599-
deps = [
600-
":LLVMToLLVMIRTranslation",
601-
":Support",
602-
":ToLLVMIRTranslation",
603-
":ToLLVMIRTranslationRegistration",
604-
"//llvm:Core",
605-
"//llvm:Support",
606-
],
607-
)
608-
609591
mlir_c_api_cc_library(
610592
name = "CAPIGPU",
611593
srcs = [

0 commit comments

Comments
 (0)