2
0
Fork 0
mirror of https://github.com/bazelbuild/rules_cc synced 2024-11-25 17:31:30 +00:00
rules_cc/tests/rule_based_toolchain/testdata
Googler 0069837ab5 Create a cc_directory_tool rule.
BEGIN_PUBLIC
Create a cc_directory_tool rule.

This should allow for easy definition of tools from the sysroot. For example:
cc_directory_tool(
  name = "clang",
  directory = "@sysroot//:sysroot",
  executable = "usr/bin/clang",
)
END_PUBLIC

PiperOrigin-RevId: 639947945
Change-Id: I4c211eb9c0b5fdc6457d9d32ef9250b5384a4ef3
2024-06-03 16:24:27 -07:00
..
bin BEGIN_PUBLIC 2024-02-22 03:06:06 -08:00
bin_wrapper.sh BEGIN_PUBLIC 2024-02-22 03:06:06 -08:00
BUILD Create a cc_directory_tool rule. 2024-06-03 16:24:27 -07:00
file1 BEGIN_PUBLIC 2024-02-20 17:58:39 -08:00
file2 BEGIN_PUBLIC 2024-02-20 17:58:39 -08:00
multiple1 BEGIN_PUBLIC 2024-02-20 17:58:39 -08:00
multiple2 BEGIN_PUBLIC 2024-02-20 17:58:39 -08:00