commit | 571026f8937d245d43c2e60156f4d60e382b4d38 | [log] [tgz] |
---|---|---|
author | plf <plf@google.com> | Thu Sep 13 04:34:19 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Thu Sep 13 04:35:44 2018 -0700 |
tree | c210c1e9b04cbc0efce9df7434921d4efcddc4f5 | |
parent | 39cca1242d43ee35dcbc5563098e8bcd44836382 [diff] |
C++: Stops calling link() from CcImport There is no reason to call link() in CcImport.java, we can build a CcLinkingInfo provider directly. The logic is largely borrowed from the Skylark implementation. The Skylark implementation will be the only implementation in the future, but for now in order to make other refactorings in the C++ rules easier, we remove the call to link() here. RELNOTES:none PiperOrigin-RevId: 212792371
{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 solution. 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.