commit | 4dfc83d5f11e9190e9e25dee4c7dc2a71cd7b8fd | [log] [tgz] |
---|---|---|
author | Keith Smiley <keithbsmiley@gmail.com> | Fri Aug 23 13:20:46 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Aug 23 13:22:03 2019 -0700 |
tree | c3dcc80752e53402c640d504d8fa276c36ffa466 | |
parent | b4a7ad1607d6cd6b7264bded4927c4c61e9cae1a [diff] |
Replace wrapped_ar on macOS with libtool Previously there were some inconsistencies with which tool was used to link in different scenarios. If you had the Xcode command line tools, but not Xcode, `libtool` would be used via `unix_cc_configure.bzl`. Also if you were linking for Objective-C, not C++, libtool would be used. This C++ linking case was the only place this was used, and it can easily be replaced by the libtool wrapper so all linking on macOS uses libtool. Closes #9154. PiperOrigin-RevId: 265120883
{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.