File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 7
7
8
8
load ("@bazel_skylib//rules:common_settings.bzl" , "bool_flag" )
9
9
load ("@bazel_skylib//rules:expand_template.bzl" , "expand_template" )
10
- load ("//llvm:binary_alias.bzl" , "binary_alias" )
11
10
load (
12
11
":build_defs.bzl" ,
13
12
"cc_headers_only" ,
@@ -5593,8 +5592,8 @@ cc_library(
5593
5592
deps = [
5594
5593
":IR" ,
5595
5594
":LLVMDialect" ,
5596
- ":LLVMPassIncGen" ,
5597
5595
":LLVMIRTransformsDIExpressionLegalization" ,
5596
+ ":LLVMPassIncGen" ,
5598
5597
":Pass" ,
5599
5598
],
5600
5599
)
@@ -9268,9 +9267,9 @@ cc_library(
9268
9267
":IR" ,
9269
9268
":LLVMConversionIncGen" ,
9270
9269
":LLVMDialect" ,
9271
- ":LLVMIntrinsicConversionIncGen" ,
9272
9270
":LLVMIRTransformsDIExpressionLegalization" ,
9273
9271
":LLVMIRTransformsLegalizeForExport" ,
9272
+ ":LLVMIntrinsicConversionIncGen" ,
9274
9273
":OpenMPDialect" ,
9275
9274
":Support" ,
9276
9275
":TransformUtils" ,
@@ -10196,12 +10195,6 @@ cc_binary(
10196
10195
],
10197
10196
)
10198
10197
10199
- # TODO: Remove this alias.
10200
- binary_alias (
10201
- name = "mlir-cpu-runner" ,
10202
- binary = ":mlir-runner" ,
10203
- )
10204
-
10205
10198
# This target provides the headers from LLVM's Support target without any of
10206
10199
# the symbols. In particular, it does not contain the static registration code
10207
10200
# which may be executed by at most one shared library loaded by ORCJit. Direct
You can’t perform that action at this time.
0 commit comments