Skip to content

Commit

Permalink
llvm_toolchain: adjust flag name in README (bazel-contrib#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
luxe committed Feb 23, 2020
1 parent 8570c4c commit b9fffc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -39,7 +39,7 @@ cc_toolchain_config template. See [tutorial](
https://github.com/bazelbuild/bazel/blob/master/site/docs/tutorial/cc-toolchain-config.md).

For overriding toolchains on the command line, please use the
`--extra_toolchains` flag in lieu of the deprecated `--crosstools_top` flag.
`--extra_toolchains` flag in lieu of the deprecated `--crosstool_top` flag.
For example, `--extra_toolchains=@llvm_toolchain//:cc-toolchain-linux`.

If you would like to use the older method of selecting toolchains, you can
Expand Down

0 comments on commit b9fffc1

Please sign in to comment.