commit | ec5553352f2f661d39ac4cf665dd9b3c779e614c | [log] [tgz] |
---|---|---|
author | Googler <noreply@google.com> | Fri Jan 15 07:16:11 2021 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Jan 15 07:17:31 2021 -0800 |
tree | cf8761fde2a624bb8b079269ae09b2f223933acd | |
parent | bbeb1da9d3ea909b35d217eafcb8a8e203f8eb07 [diff] |
Remove support for "nodeps" dynamic libraries on Apple platforms. Any such usage was only accidentally working due to -undefined dynamic_lookup. That flag only works on Darwin (macOS) at all. But even there, TLS can cause undefined symbols with these "nodeps" libraries. Fundamentally, Mach-O's two-level namespacing makes this infeasible. https://github.com/bazelbuild/bazel/issues/4341 Closes #4341. PiperOrigin-RevId: 352002776
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel rebuilds only 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