commit | fe81b49e727efdcc90a270520af193af75f4e31d | [log] [tgz] |
---|---|---|
author | Googler <noreply@google.com> | Mon Jun 03 09:58:11 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Jun 03 09:59:05 2019 -0700 |
tree | ccc0dfc41d394919d474c3ba936d158b1de6faaf | |
parent | 5935259724bebd1c4bdebc90e159d0f655c8c219 [diff] |
Support of using the absolute path profile for LLVM's Context Sensitive FDO This CL adds the support of using the absolute path profile in LLVM's Context Sensitive FDO. The newly added option is --cs_fdo_absolute_path=<csfdo_profile> The profile can be of the zip file containing the profile file, a raw or an indexed LLVM profile file. Unlike --fdo_optimize, it will not accept a profile label. Profile label should should use option --cs_fdo_profile. RELNOTES: Add new options --cs_fdo_absolute_path= to support the absolute path profile for LLVM's context-sensitive FDO. PiperOrigin-RevId: 251252510
{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.