Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download LLVM to use clang-cl for Window #1193

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yukawa
Copy link
Collaborator

@yukawa yukawa commented Feb 21, 2025

Description

As a preparation to start using clang-cl for Windows (#1179), with this commit

python build_tools/update_deps.py

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

Steps to test new behaviors (if any)

A clear and concise description about how to verify new behaviors (if any).

  • OS: Windows 11 24H2
  • Steps:
    1. python build_tools/update_deps.py
    2. Confirm third_party/llvm/clang+llvm-19.1.7-x86_64-pc-windows-msvc/bin/clang-cl.exe exists.

As a preparation to start using clang-cl for Windows (google#1179), with this
commit

  python build_tools/update_deps.py

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant