mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-17 00:36:34 +00:00
[bazel] Remove obsolete mlir-cpu-runner alias
This commit is contained in:
parent
99bd2e3f12
commit
658f8500c8
@ -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",
|
||||
@ -5593,8 +5592,8 @@ cc_library(
|
||||
deps = [
|
||||
":IR",
|
||||
":LLVMDialect",
|
||||
":LLVMPassIncGen",
|
||||
":LLVMIRTransformsDIExpressionLegalization",
|
||||
":LLVMPassIncGen",
|
||||
":Pass",
|
||||
],
|
||||
)
|
||||
@ -9268,9 +9267,9 @@ cc_library(
|
||||
":IR",
|
||||
":LLVMConversionIncGen",
|
||||
":LLVMDialect",
|
||||
":LLVMIntrinsicConversionIncGen",
|
||||
":LLVMIRTransformsDIExpressionLegalization",
|
||||
":LLVMIRTransformsLegalizeForExport",
|
||||
":LLVMIntrinsicConversionIncGen",
|
||||
":OpenMPDialect",
|
||||
":Support",
|
||||
":TransformUtils",
|
||||
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user