Merge pull request #30373 from jeffdaily:mlir_tblgen_fix

PiperOrigin-RevId: 257021870
This commit is contained in:
TensorFlower Gardener 2019-07-08 13:48:43 -07:00
commit afd99cdb8c

View File

@ -1253,7 +1253,10 @@ cc_binary(
"tools/mlir-tblgen/mlir-tblgen.cpp",
],
includes = ["include"],
linkopts = ["-lpthread"],
linkopts = [
"-lpthread",
"-lm",
],
deps = [
":Support",
":TableGen",