aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAdrian Kuegel <akuegel@google.com>2023-11-28 07:13:57 +0000
committerAdrian Kuegel <akuegel@google.com>2023-11-28 07:13:57 +0000
commit1d50560335e908a71787c13da450366733296db5 (patch)
treee8bfcc7fd49adbc90af66ab961ab5709206c799b /utils
parent9166d5318d728f545bfe791175f21c512b352c0e (diff)
downloadllvm-1d50560335e908a71787c13da450366733296db5.zip
llvm-1d50560335e908a71787c13da450366733296db5.tar.gz
llvm-1d50560335e908a71787c13da450366733296db5.tar.bz2
Revert "[Bazel] Fixes for c43c88501e3bc273a7c1074a19e86dc305ad7234"
This reverts commit aaae104e282505add432ccc76a4adb674087190f.
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",