Skip to content

Commit 35c4893

Browse files
committed
Update Visual Studio on Windows install guide
1 parent d8143b9 commit 35c4893

5 files changed

Lines changed: 3 additions & 3 deletions

File tree

1.34 KB
Loading
10.2 KB
Loading
1.21 KB
Loading
53.7 KB
Loading

content/install-guides/vs-woa.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Once downloaded, run the `VisualStudioSetup.exe` file on a Windows on Arm machin
4747
## How do I install C and C++ support in Visual Studio?
4848
During the installation process, you will be asked to choose the workloads you want and customize your installation. At a minimum, select `Desktop development with C++`.
4949

50-
![img1 #center](/install-guides/_images/vs-woa.png)
50+
![img1 #center](/install-guides/_images/vs-woa.webp)
5151

5252
## How do I install LLVM support in Visual Studio? {#install-llvm-support-in-visual-studio}
5353

@@ -57,12 +57,12 @@ In the installer, select the `Individual components` tab. Enter `clang` in the s
5757

5858
Two results are displayed: The LLVM compiler and MSBuild support for LLVM. Select both these options:
5959

60-
![img2 #center](/install-guides/_images/llvm_vs.png)
60+
![img2 #center](/install-guides/_images/llvm_vs.webp)
6161

6262
{{% notice Note%}}
6363
Different versions of Visual Studio include different LLVM toolchain versions.
6464

65-
For example, Visual Studio 2022 Version `17.11.5` installs `LLVM 17.0.3`.
65+
For example, Visual Studio 2026 Version `18.3.2` installs `LLVM 19.1.2`.
6666
{{% /notice %}}
6767

6868
LLVM supports `clang-cl`, a compatibility layer for Microsoft Visual C++ (MSVC). This means that most developers can use `clang-cl` to compile their C/C++ applications on Visual Studio/MSBuild on the Windows on Arm device, without needing to change the command line. This allows you to easily modify legacy projects that use MSVC to use native compilation.

0 commit comments

Comments
 (0)