Skip to content

Commit 0769eb3

Browse files
hvadehracopybara-github
authored andcommitted
Starlarkify parse header action creation and compile build variable construction
Rollforward of unknown commit with fixes: - declare and set outputs on `CppCompileActionBuilder` before constructing build variables, the latter requires those - this removes the need to read the fields from the builder) - add missing parameters to `_get_copts` - fix cpp opts result list construction - add missing internal API for per-file copts PiperOrigin-RevId: 788813137 Change-Id: I552ce2bc40d8a89cfd3577fd7f03d80de3dcca01
1 parent 2ba751f commit 0769eb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cc/common/semantics.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ semantics = struct(
188188
BUILD_INFO_TRANLATOR_LABEL = "@bazel_tools//tools/build_defs/build_info:cc_build_info",
189189
CC_PROTO_TOOLCHAIN = "@rules_cc//cc/proto:toolchain_type",
190190
is_bazel = True,
191+
dotd_files_enabled = lambda _cfg: True,
191192
extra_exec_groups = {},
192193
stamp_extra_docs = "",
193194
malloc_docs = """

0 commit comments

Comments
 (0)