mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-05 08:58:30 +00:00
[Bazel] Remove deprecated td_relative_includes
This has been deprecated for a while and there are no in-tree usages. I'm not aware of any out-of-tree usages either.
This commit is contained in:
parent
968899ad9c
commit
13e5aa8973
@ -395,7 +395,6 @@ def gentbl_cc_library(
|
||||
td_srcs = [],
|
||||
td_includes = [],
|
||||
includes = [],
|
||||
td_relative_includes = [],
|
||||
deps = [],
|
||||
strip_include_prefix = None,
|
||||
test = False,
|
||||
@ -414,8 +413,6 @@ def gentbl_cc_library(
|
||||
td_srcs: See gentbl_rule.td_srcs
|
||||
includes: See gentbl_rule.includes
|
||||
td_includes: See gentbl_rule.td_includes
|
||||
td_relative_includes: An alias for "includes". Deprecated. Use includes
|
||||
instead.
|
||||
deps: See gentbl_rule.deps
|
||||
strip_include_prefix: attribute to pass through to cc_library.
|
||||
test: whether to create a shell test that invokes the tool too.
|
||||
@ -430,7 +427,7 @@ def gentbl_cc_library(
|
||||
tbl_outs = tbl_outs,
|
||||
td_srcs = td_srcs,
|
||||
td_includes = td_includes,
|
||||
includes = includes + td_relative_includes,
|
||||
includes = includes,
|
||||
deps = deps,
|
||||
test = test,
|
||||
skip_opts = ["-gen-op-doc"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user