Skip to content

Commit

Permalink
Propagate CppOptions.enableCcToolchainConfigInfoFromSkylark field to …
Browse files Browse the repository at this point in the history
…host configuration

Work towards issue #5380.
RELNOTES: None.
PiperOrigin-RevId: 224125325
  • Loading branch information
scentini authored and Copybara-Service committed Dec 5, 2018
1 parent 607207c commit f2b3bec
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -838,6 +838,8 @@ public FragmentOptions getHost() {

host.doNotUseCpuTransformer = doNotUseCpuTransformer;

host.enableCcToolchainConfigInfoFromSkylark = enableCcToolchainConfigInfoFromSkylark;

return host;
}

Expand Down

0 comments on commit f2b3bec

Please sign in to comment.