Include ClangCL toolset in MSVC
@atalman is already working on this.
Since May 30, 2025.
- Dominant language
- Python
- Stars
- 5k
- Forks
- 1.2k
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 581
Description
ExecuTorch doesn't build with MSVC. It has a ton of compiler errors that require significant effort to fix. It requires clang to compile. Our current Windows machines in CI do no have clang installed with MSVC. To support building and testing ET on Windows in CI, we need to support clang + MSVC.
The change to enable in Windows AMI has been landed: https://github.com/pytorch/test-infra/pull/6654 . The clang enablement was validated in canary using this PR: https://github.com/pytorch/pytorch-canary/pull/255
AMI is not fully tested in canary yet and not ready to be part of production yet.
cc @larryliu0820
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.