Internal build change
PiperOrigin-RevId: 295159833 Change-Id: I0c426a7d29d05b564b35d6e2a3ea927a47a2fad9
This commit is contained in:
parent
92af5842b0
commit
fc7728788c
@ -422,6 +422,7 @@ cc_library(
|
||||
"@com_google_absl//absl/strings",
|
||||
"@com_google_absl//absl/types:optional",
|
||||
"@llvm-project//llvm:support",
|
||||
"@llvm-project//mlir:Analysis",
|
||||
"@llvm-project//mlir:IR",
|
||||
"@llvm-project//mlir:Pass",
|
||||
"@llvm-project//mlir:StandardOps",
|
||||
|
6
third_party/mlir/BUILD
vendored
6
third_party/mlir/BUILD
vendored
@ -81,15 +81,14 @@ cc_library(
|
||||
]),
|
||||
hdrs = glob([
|
||||
"include/mlir/Pass/*.h",
|
||||
]) + [
|
||||
"include/mlir/Analysis/Verifier.h",
|
||||
],
|
||||
]),
|
||||
includes = ["include"],
|
||||
linkopts = [
|
||||
"-lm",
|
||||
"-lpthread",
|
||||
],
|
||||
deps = [
|
||||
":Analysis",
|
||||
":IR",
|
||||
":Support",
|
||||
"@llvm-project//llvm:support",
|
||||
@ -1477,7 +1476,6 @@ cc_library(
|
||||
":IR",
|
||||
":InferTypeOpInterfaceIncGen",
|
||||
":LoopOps",
|
||||
":Pass",
|
||||
":StandardOps",
|
||||
":Support",
|
||||
"@llvm-project//llvm:support",
|
||||
|
Loading…
Reference in New Issue
Block a user