Skip to content

Commit

Permalink
Make output_file accessible from strip.
Browse files Browse the repository at this point in the history
BEGIN_PUBLIC
Make output_file accessible from strip.

See bazelbuild/bazel#22638
END_PUBLIC

PiperOrigin-RevId: 640622335
Change-Id: I96fdca9494e5043f546b588490d692d67f94ee2b
  • Loading branch information
matts1 authored and copybara-github committed Jun 5, 2024
1 parent 531c995 commit 1cf35f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cc/toolchains/variables/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,10 @@ cc_variable(

cc_variable(
name = "output_file",
actions = ["//cc/toolchains/actions:compile_actions"],
actions = [
"//cc/toolchains/actions:compile_actions",
"//cc/toolchains/actions:strip",
],
type = types.file,
)

Expand Down

0 comments on commit 1cf35f0

Please sign in to comment.