2
0
Fork 0
mirror of https://github.com/bazelbuild/rules_cc synced 2024-11-27 20:43:26 +00:00
rules_cc/tests
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
..
compiler_settings Fix lexicographical order to make Buildifier happy. 2023-09-05 03:15:26 -07:00
load_from_macro Internal change 2020-11-02 13:19:59 -08:00
rule_based_toolchain Create a cc_directory_tool rule. 2024-06-03 16:24:27 -07:00
simple_binary Introduce flag --@rules_cc//:link_extra_libs 2023-02-16 04:15:10 -08:00
system_library Fix internal breakages for rules_cc. 2024-02-09 09:50:57 -08:00