-
-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto-detect toolchain from llvm_versions attr (#196)
The `llvm_versions` attr is currently not being used to auto-detect toolchains and is only used for the `urls` and `toolchain_roots` attributes. Users who want to simply specify different LLVM versions for different host OS/arch currently also need to specify the `urls` attribute even when the auto-detection logic would otherwise be sufficient (see default toolchain in tests/WORKSPACE). With this change, the `urls` and associated `strip_prefix` and `sha256` attributes will be unnecessary. The default toolchain in `tests/WORKSPACE` has also been changed to reflect this. --------- Co-authored-by: Siddhartha Bagaria <[email protected]>
- Loading branch information
Showing
4 changed files
with
66 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters