Internal build change

PiperOrigin-RevId: 295159833
Change-Id: I0c426a7d29d05b564b35d6e2a3ea927a47a2fad9
This commit is contained in:
Lei Zhang 2020-02-14 09:14:18 -08:00 committed by TensorFlower Gardener
parent 92af5842b0
commit fc7728788c
2 changed files with 3 additions and 4 deletions
tensorflow/compiler/mlir/tensorflow
third_party/mlir

View File

@ -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",

View File

@ -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",