forked from bazelbuild/rules_cc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support clang-cl to build x86 binaries
Unlike other toolchains defined for Windows, clang-cl toolchain has not supported x86 (32-bit) executables. This can be a hard blocker for projects that consider switching from msvc toolchain to clang-cl with supporting x86 executables. With this commit rules_cc starts providing clang-cl toolchain to build x86 executables. Closes bazelbuild#358.
- Loading branch information
Showing
3 changed files
with
75 additions
and
3 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