commit | f1f003de700eeb752d0cfdd528872a1433f225df | [log] [tgz] |
---|---|---|
author | waltl <waltl@google.com> | Mon Nov 25 11:36:18 2019 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Nov 25 11:37:57 2019 -0800 |
tree | 3760ebce00abe9ec313918efce2d996e584931d0 | |
parent | 55b39008d1c013ad163890a0116cd71e75fc5bb3 [diff] |
Move defines to CompilationAttributes This is a NFC cleanup in preparation of migrating compile information from ObjcProvider to CcCompilationContext. 1. The defines coming from dep providers seems to be processed twice (once in ObjcCommon.addDeps(), and once in ObjcCommon.build()), so remove the former. 2. Once (1) is done, we can just migrate defines() completely to CompilationAttributes, and remove ObjcCommon.addDefines(). RELNOTES: None PiperOrigin-RevId: 282399868
{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