Download LLVM to use clang-cl
for Window
#1193
Open
+127
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
As a preparation to start using clang-cl for Windows (#1179), with this commit
will start deploying LLVM for windows into
src/third_party/llvm/
by downloading the archive from LLVM's GitHub releases page.The downloaded
clang-cl
is not yet used.Issue IDs
clang-cl
to build Mozc for Windows with Bazel #1179Steps to test new behaviors (if any)
A clear and concise description about how to verify new behaviors (if any).
python build_tools/update_deps.py
third_party/llvm/clang+llvm-19.1.7-x86_64-pc-windows-msvc/bin/clang-cl.exe
exists.