Skip to content

Commit

Permalink
Update action_names.bzl
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum authored Jul 11, 2024
1 parent a96abe6 commit 5415d7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/build_defs/cc/action_names.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ CC_FLAGS_MAKE_VARIABLE_ACTION_NAME = "cc-flags-make-variable"
# Name of the C++ module codegen action.
CPP_MODULE_CODEGEN_ACTION_NAME = "c++-module-codegen"

# Name of the C header parsing action.
C_HEADER_PARSING_ACTION_NAME = "c-header-parsing"

# Name of the C++ header parsing action.
CPP_HEADER_PARSING_ACTION_NAME = "c++-header-parsing"

Expand Down Expand Up @@ -97,6 +100,7 @@ ACTION_NAMES = struct(
linkstamp_compile = LINKSTAMP_COMPILE_ACTION_NAME,
cc_flags_make_variable = CC_FLAGS_MAKE_VARIABLE_ACTION_NAME,
cpp_module_codegen = CPP_MODULE_CODEGEN_ACTION_NAME,
c_header_parsing = C_HEADER_PARSING_ACTION_NAME,
cpp_header_parsing = CPP_HEADER_PARSING_ACTION_NAME,
cpp_module_compile = CPP_MODULE_COMPILE_ACTION_NAME,
assemble = ASSEMBLE_ACTION_NAME,
Expand Down

0 comments on commit 5415d7e

Please sign in to comment.