aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAdrian Kuegel <akuegel@google.com>2023-11-29 08:59:44 +0000
committerAdrian Kuegel <akuegel@google.com>2023-11-29 08:59:44 +0000
commitebeae22cdebc1db62a0264cf8f5179d079ff3262 (patch)
tree24316a658fa5c4778618d09e93c3d1c46b93df43 /utils
parent403ab9ac740d00b2f85ae6ee3a474cf81e257e4f (diff)
downloadllvm-ebeae22cdebc1db62a0264cf8f5179d079ff3262.zip
llvm-ebeae22cdebc1db62a0264cf8f5179d079ff3262.tar.gz
llvm-ebeae22cdebc1db62a0264cf8f5179d079ff3262.tar.bz2
Revert "Fix bazel build (#73741)"
This reverts commit 4b8964dfd8b7ec989cd64a3606a364f2ddbbf285.
Diffstat (limited to 'utils')
-rw-r--r--utils/bazel/llvm-project-overlay/mlir/BUILD.bazel18
1 files changed, 0 insertions, 18 deletions
diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
index 2a5de55..0d5c6ac 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -589,24 +589,6 @@ 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 = [
"lib/CAPI/Dialect/GPU.cpp",