mirror of https://github.com/bazelbuild/rules_cc
Test rules_cc postsubmit pipeline
RELNOTES: None. PiperOrigin-RevId: 228871773
This commit is contained in:
parent
c0ac741cbe
commit
e08b244cc5
12
README.md
12
README.md
|
@ -34,3 +34,15 @@ cc_library(
|
|||
|
||||
This repository also contains migration tools that can be used to migrate your
|
||||
project for Bazel incompatible changes.
|
||||
|
||||
## Legacy fields migrator
|
||||
|
||||
Script that migrates legacy crosstool fields into features
|
||||
([incompatible flag](https://github.com/bazelbuild/bazel/issues/6861),
|
||||
[tracking issue](https://github.com/bazelbuild/bazel/issues/5883).
|
||||
|
||||
TLDR:
|
||||
|
||||
bazel run @rules_cc//tools/migration:legacy_fields_migrator -- \
|
||||
--input=my_toolchain/CROSSTOOL \
|
||||
--inline
|
||||
|
|
Loading…
Reference in New Issue