adding experimental config for use of msan

* the CROSSTOOL file for this config includes these changes:
- replace  linker_flag: "-lstdc++" for linker_flag: "-lc++
- Add linker_flag: "-lc++abi"

Please note this config is experimental and will likely be moved /
removed at a later time

Change-Id: I48a01fff4e81e85170152fc4b76eb9b712990c97
5 files changed
tree: 4e8a15ee55c54d4b64ddf907c7942127da04b3a2
  1. bazelrc/
  2. configs/
  3. container/
  4. examples/
  5. rules/
  6. scripts/
  7. skylib/
  8. test/
  9. third_party/
  10. .gitignore
  11. AUTHORS
  12. CONTRIBUTING.md
  13. CONTRIBUTORS
  14. LICENSE
  15. README.md
  16. WORKSPACE
README.md

bazel-toolchains

https://github.com/bazelbuild/bazel-toolchains is a repository where Google hosts Bazel toolchain configs. These configs are required to configure Bazel to issue commands that will execute inside a Docker container via a remote execution environment.

These toolchain configs include:

  • C/C++ CROSSTOOL file,
  • BUILD file with toolchain rules, and
  • wrapper scripts.

Release information of toolchain configs can be found at: https://releases.bazel.build/bazel-toolchains.html.

This repository also hosts the skylark rule used to generate toolchain configs.