mirror of https://github.com/bazelbuild/rules_cc
c460f83acb
1. Add a repeated Configuration field to CqueryResult, and fill in the checksum, platform, and mnemonic fields. 2. Add a configuration_id field to ConfiguredTarget, and deprecate the existing configuration field in ConfiguredTarget. The configuration_id field is an index that points to the Configuration message stored in CqueryResult, following the same pattern as ActionGraphContainer. This avoids duplicating the same Configuration message for each ConfiguredTarget. RELNOTES: Include more information about configurations in cquery proto formatted output. This deprecates the configuration field of AnalysisProtosV2.ConfiguredTarget, and adds a new field, configuration_id, to be used instead. PiperOrigin-RevId: 429129916 Change-Id: Id048229a6872e6462b67cfe3041cdc907967d7bf |
||
---|---|---|
.. | ||
custom_toolchain | ||
my_c_archive | ||
my_c_compile | ||
test_cc_shared_library | ||
test_cc_shared_library2 | ||
test_cc_shared_library3 | ||
write_cc_toolchain_cpu | ||
BUILD | ||
experimental_cc_shared_library.bzl |