Skip to content

Commit

Permalink
Introduce a new cpp toolchain_type, "test_runner_toolchain_type"
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 426438138
  • Loading branch information
Googler authored and copybara-github committed Feb 4, 2022
1 parent b648b85 commit 5c4422e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/cpp/BUILD.tools
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ licenses(["notice"]) # Apache 2.0
# The toolchain type used to distinguish cc toolchains.
toolchain_type(name = "toolchain_type")

# The toolchain_type used for cc test runners.
toolchain_type(name = "test_runner_toolchain_type")

# It is frequently necessary to constrain platforms based on the cc compiler type.
constraint_setting(name = "cc_compiler")

Expand Down

0 comments on commit 5c4422e

Please sign in to comment.