Disable parse_headers in compiler/jit/BUILD's header only target.
PiperOrigin-RevId: 358302609 Change-Id: I99c0dd7162bb8e397e0a44e85bea1888c9ad4cee
This commit is contained in:
parent
2c995bda2b
commit
72684b41eb
@ -358,6 +358,9 @@ cc_library(
|
|||||||
|
|
||||||
cc_header_only_library(
|
cc_header_only_library(
|
||||||
name = "flags_headers_only",
|
name = "flags_headers_only",
|
||||||
|
features = [
|
||||||
|
"-parse_headers", # buildifier: disable=no-parse-headers
|
||||||
|
],
|
||||||
deps = [":flags_headers"],
|
deps = [":flags_headers"],
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -521,6 +524,9 @@ cc_library(
|
|||||||
|
|
||||||
cc_header_only_library(
|
cc_header_only_library(
|
||||||
name = "get_compiler_ir_hdrs_only",
|
name = "get_compiler_ir_hdrs_only",
|
||||||
|
features = [
|
||||||
|
"-parse_headers", # buildifier: disable=no-parse-headers
|
||||||
|
],
|
||||||
deps = [":get_compiler_ir_hdrs"],
|
deps = [":get_compiler_ir_hdrs"],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user