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 77
88load ("@bazel_skylib//rules:common_settings.bzl" , "bool_flag" )
99load ("@bazel_skylib//rules:expand_template.bzl" , "expand_template" )
10- load ("//llvm:binary_alias.bzl" , "binary_alias" )
1110load (
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
You can’t perform that action at this time.
0 commit comments