forked from bazelbuild/bazel
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Windows, CROSSTOOL: Add support for clang-cl.exe
Related bazelbuild#4811 clang-cl is a driver program for clang that attempts to be compatible with MSVC?s cl.exe, which means we can just use MSVC's CROSSTOOL with clang-cl.exe. See more from https://clang.llvm.org/docs/MSVCCompatibility.html Closes bazelbuild#6553. Change-Id: I907fc71a51e11c0c204b00c845d14b40e7c9f55f PiperOrigin-RevId: 219798300
- Loading branch information
1 parent
4fbeabd
commit f445af5
Showing
2 changed files
with
87 additions
and
12 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