Remove `cc_host_toolchain_alias` target.

Right now there should be no difference between `cc_host_toolchain_alias` and `cc_toolchain_alias` rules.
This is a potentially breaking change for Bazel, if something was depending on `current_cc_host_toolchain` try depending on `current_cc_toolchain` instead.

PiperOrigin-RevId: 528762965
Change-Id: Id2d211c61fa06a578a838c054682c3507aa48261
This commit is contained in:
Googler 2023-05-02 06:19:19 -07:00 committed by Copybara-Service
parent 2e4313aeba
commit 7f0992b0bd
1 changed files with 0 additions and 2 deletions

View File

@ -82,6 +82,4 @@ filegroup(
cc_toolchain_alias(name = "current_cc_toolchain")
cc_host_toolchain_alias(name = "current_cc_host_toolchain")
cc_libc_top_alias(name = "current_libc_top")