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:
parent
3ed65f64e6
commit
d12e4222d3
5
third_party/llvm/llvm.autogenerated.BUILD
vendored
5
third_party/llvm/llvm.autogenerated.BUILD
vendored
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user