Skip to content

Commit

Permalink
[bazel] Remove obsolete mlir-cpu-runner alias
Browse files Browse the repository at this point in the history
  • Loading branch information
d0k committed Jan 27, 2025
1 parent 99bd2e3 commit 658f850
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

load("@bazel_skylib//rules:common_settings.bzl", "bool_flag")
load("@bazel_skylib//rules:expand_template.bzl", "expand_template")
load("//llvm:binary_alias.bzl", "binary_alias")
load(
":build_defs.bzl",
"cc_headers_only",
Expand Down Expand Up @@ -5593,8 +5592,8 @@ cc_library(
deps = [
":IR",
":LLVMDialect",
":LLVMPassIncGen",
":LLVMIRTransformsDIExpressionLegalization",
":LLVMPassIncGen",
":Pass",
],
)
Expand Down Expand Up @@ -9268,9 +9267,9 @@ cc_library(
":IR",
":LLVMConversionIncGen",
":LLVMDialect",
":LLVMIntrinsicConversionIncGen",
":LLVMIRTransformsDIExpressionLegalization",
":LLVMIRTransformsLegalizeForExport",
":LLVMIntrinsicConversionIncGen",
":OpenMPDialect",
":Support",
":TransformUtils",
Expand Down Expand Up @@ -10196,12 +10195,6 @@ cc_binary(
],
)

# TODO: Remove this alias.
binary_alias(
name = "mlir-cpu-runner",
binary = ":mlir-runner",
)

# This target provides the headers from LLVM's Support target without any of
# the symbols. In particular, it does not contain the static registration code
# which may be executed by at most one shared library loaded by ORCJit. Direct
Expand Down

0 comments on commit 658f850

Please sign in to comment.