Skip to content

Commit 31ba5f6

Browse files
hvadehracopybara-github
authored andcommitted
Add dwp to action_names.bzl
PiperOrigin-RevId: 790690590 Change-Id: Iffe75e5d8013dccc416cf173a1f1fa559fbeddcd
1 parent c9a0a1c commit 31ba5f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cc/action_names.bzl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ OBJ_COPY_ACTION_NAME = "objcopy_embed_data"
103103
# A string constant for the validation action for cc_static_library.
104104
VALIDATE_STATIC_LIBRARY = "validate-static-library"
105105

106+
# Name of the DWARF packaging utility action.
107+
DWP = "dwp"
108+
106109
ACTION_NAMES = struct(
107110
c_compile = C_COMPILE_ACTION_NAME,
108111
cpp_compile = CPP_COMPILE_ACTION_NAME,
@@ -134,6 +137,7 @@ ACTION_NAMES = struct(
134137
clif_match = CLIF_MATCH_ACTION_NAME,
135138
objcopy_embed_data = OBJ_COPY_ACTION_NAME,
136139
validate_static_library = VALIDATE_STATIC_LIBRARY,
140+
dwp = DWP,
137141
)
138142

139143
# Names of actions that parse or compile C++ code.

0 commit comments

Comments
 (0)