Small LLVM build file change (table_gen -> tablegen) to make it more similar to the internal one.

PiperOrigin-RevId: 251811794
This commit is contained in:
A. Unique TensorFlower 2019-06-06 02:17:31 -07:00 committed by TensorFlower Gardener
parent 3ed65f64e6
commit d12e4222d3

View File

@ -210,7 +210,7 @@ cc_binary(
deps = [
":config",
":support",
":table_gen",
":tablegen",
],
)
@ -2001,6 +2001,7 @@ cc_library(
":objc_arc",
":object",
":passes",
":remarks",
":scalar",
":support",
":target",
@ -3486,7 +3487,7 @@ cc_library(
)
cc_library(
name = "table_gen",
name = "tablegen",
srcs = glob([
"lib/TableGen/*.c",
"lib/TableGen/*.cpp",