commit | 3d6d0c92fb933293d483caeb2ab7fb43791423ec | [log] [tgz] |
---|---|---|
author | Keith Smiley <keithbsmiley@gmail.com> | Thu Oct 22 05:18:51 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Oct 22 05:19:49 2020 -0700 |
tree | 05cc7fcb7af004a4105f6b6e8183bf74cd71f330 | |
parent | 5b33ed50807ac209da2fc6d0bbd7cc59380d4a85 [diff] |
Add relative_ast_path_feature This feature applies for darwin builds to disable absolutizing swiftmodule paths to link commands. Previously these paths were absolutized to support debugging. This is not required if users change the pwd of their debugger so that the relative paths are valid. Since we don't have a way to force that on users, absolutizing them is still the default, but users who configure that can enable this feature to improve hermeticity of their builds. RELNOTES: Add `relative_ast_path` feature for darwin builds to relativize swiftmodule paths for debugging Closes #12285. PiperOrigin-RevId: 338451975
{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