Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions site/docs/tutorial/cc-toolchain-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -570,16 +570,16 @@ using an older release of Bazel, look for the "Configuring CROSSTOOL" tutorial.
flag_sets = [
flag_set(
actions = [
"ACTION_NAMES.assemble",
"ACTION_NAMES.preprocess_assemble",
"ACTION_NAMES.linkstamp_compile",
"ACTION_NAMES.c_compile",
"ACTION_NAMES.cpp_compile",
"ACTION_NAMES.cpp_header_parsing",
"ACTION_NAMES.cpp_module_compile",
"ACTION_NAMES.cpp_module_codegen",
"ACTION_NAMES.lto_backend",
"ACTION_NAMES.clif_match",
ACTION_NAMES.assemble,
ACTION_NAMES.preprocess_assemble,
ACTION_NAMES.linkstamp_compile,
ACTION_NAMES.c_compile,
ACTION_NAMES.cpp_compile,
ACTION_NAMES.cpp_header_parsing,
ACTION_NAMES.cpp_module_compile,
ACTION_NAMES.cpp_module_codegen,
ACTION_NAMES.lto_backend,
ACTION_NAMES.clif_match,
],
flag_groups = [
flag_group(
Expand Down