commit | 8ba16a6afc0a08f9c47419284f96422728189e07 | [log] [tgz] |
---|---|---|
author | Allen Lavoie <allenl@google.com> | Tue Aug 01 17:31:26 2017 +0200 |
committer | Dmitry Lomov <dslomov@google.com> | Tue Aug 01 17:45:17 2017 +0200 |
tree | d3a60eb197d142fe45e39e1e1b2bcf67e773ac43 | |
parent | 2789c97149a1f253b659aa0f2401f44705a3258f [diff] |
Fix UNIX linker detection (was erroneously disabling ld.gold) Adds back a compiler test empty .cc file. Seems to be an omission in https://github.com/bazelbuild/bazel/commit/65cda4f219e564ccb190b2992151658dfae9904 The _is_gold_supported check in unix_cc_configure.bzl always fails without this change, since the file it's checking with isn't created. Looks like there may be other effects through _add_option_if_supported, although I only noticed because apparently I have written linker-specific code. Closes #3484. PiperOrigin-RevId: 163832465
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel only rebuilds what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds.
One tool, multiple languages: Build and test Java, C++, Android, iOS, Go and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux.
Scalable: Bazel helps you scale your organization, codebase and Continuous Integration system. It handles codebases of any size, in multiple repositories or a huge monorepo.
Extensible to your needs: Easily add support for new languages and platforms with Bazel's familiar extension language. Share and re-use language rules written by the growing Bazel community.
Follow our tutorials:
See CONTRIBUTING.md
Bazel is released in ‘Beta’. See the product roadmap to learn about the path toward a stable 1.0 release.