rules_cc/tools/migration
Googler c2549f6eb0 Sync cc toolchain from Bazel's tools/cpp
- @bazel_tools//tools/cpp:toolchain_type is not moved.
- Added cc/toolchains/toolchain_config_utils.bzl for exposing util functions for cc toolchain configuration.

Closes https://github.com/bazelbuild/rules_cc/pull/247

Working towards https://github.com/bazelbuild/bazel/issues/23809

PiperOrigin-RevId: 681913803
Change-Id: I16ff456a212ab0e579c137bd74344255f4e49bd8
2024-10-03 09:32:38 -07:00
..
BUILD Cleanup uses of ctoolchain migration 2024-02-12 03:16:53 -08:00
cc_toolchain_config_comparator.bzl Update `cfg` values to make buildifier happy. 2022-05-18 09:16:43 -07:00
convert_crosstool_to_starlark.go Automatic code cleanup. 2020-03-10 04:40:22 -07:00
crosstool_query.py
crosstool_to_starlark_lib.go Sync cc toolchain from Bazel's tools/cpp 2024-10-03 09:32:38 -07:00
crosstool_to_starlark_lib_test.go Sync cc toolchain from Bazel's tools/cpp 2024-10-03 09:32:38 -07:00
ctoolchain_comparator.py Allow the C++ toolchain config rules comparator script to not need toolchain_identifier argument when both --before and --after arguments are CToolchains (coming from Starlark rules instead of CROSSTOOL proto) 2019-08-09 05:43:22 -07:00
ctoolchain_comparator_lib.py Make CToolchain comparator ignore differences in CToolchain.Tool.tool_path and CToolcain.ToolPath.path when one is "" and the other "NOT_USED" 2019-02-07 01:04:52 -08:00
ctoolchain_comparator_lib_test.py Fix internal breakages for `rules_cc`. 2024-02-09 09:50:57 -08:00
ctoolchain_compare.bzl Update `cfg` values to make buildifier happy. 2022-05-18 09:16:43 -07:00
legacy_fields_migration_lib.py Do not condition linker_flags from DYNAMIC linking_mode_flags for transitive dynamic libraries on dynamic_linking_mode feature 2019-03-18 01:04:18 -07:00
legacy_fields_migration_lib_test.py Do not condition linker_flags from DYNAMIC linking_mode_flags for transitive dynamic libraries on dynamic_linking_mode feature 2019-03-18 01:04:18 -07:00
legacy_fields_migrator.py