Skip to content

Commit 658f850

Browse files
committed
[bazel] Remove obsolete mlir-cpu-runner alias
1 parent 99bd2e3 commit 658f850

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

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

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
load("@bazel_skylib//rules:common_settings.bzl", "bool_flag")
99
load("@bazel_skylib//rules:expand_template.bzl", "expand_template")
10-
load("//llvm:binary_alias.bzl", "binary_alias")
1110
load(
1211
":build_defs.bzl",
1312
"cc_headers_only",
@@ -5593,8 +5592,8 @@ cc_library(
55935592
deps = [
55945593
":IR",
55955594
":LLVMDialect",
5596-
":LLVMPassIncGen",
55975595
":LLVMIRTransformsDIExpressionLegalization",
5596+
":LLVMPassIncGen",
55985597
":Pass",
55995598
],
56005599
)
@@ -9268,9 +9267,9 @@ cc_library(
92689267
":IR",
92699268
":LLVMConversionIncGen",
92709269
":LLVMDialect",
9271-
":LLVMIntrinsicConversionIncGen",
92729270
":LLVMIRTransformsDIExpressionLegalization",
92739271
":LLVMIRTransformsLegalizeForExport",
9272+
":LLVMIntrinsicConversionIncGen",
92749273
":OpenMPDialect",
92759274
":Support",
92769275
":TransformUtils",
@@ -10196,12 +10195,6 @@ cc_binary(
1019610195
],
1019710196
)
1019810197

10199-
# TODO: Remove this alias.
10200-
binary_alias(
10201-
name = "mlir-cpu-runner",
10202-
binary = ":mlir-runner",
10203-
)
10204-
1020510198
# This target provides the headers from LLVM's Support target without any of
1020610199
# the symbols. In particular, it does not contain the static registration code
1020710200
# which may be executed by at most one shared library loaded by ORCJit. Direct

0 commit comments

Comments
 (0)