mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 22:02:23 +01:00
For example, when developing against a checkout of LLVM, it is useful to be able to consistently pass an override flag to Bazel for that repository. This lets: ```console bazel test --override_repository=+_repo_rules+llvm-raw=$HOME/src/llvm/llvm-project //toolchain/... ``` and ```console ./scripts/create_compdb.py --extra-bazel-flag=--override_repository=+_repo_rules+llvm-raw=$HOME/src/llvm/llvm-project ``` Share the same Bazel cache and use the same flags. --------- Co-authored-by: Dana Jansens <danakj@orodu.net>