You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -30,7 +24,7 @@ multitool_install_part: false # Set to true if a sub-page of a multi-page arti
30
24
layout: installtoolsall # DO NOT MODIFY. Always true for tool install articles
31
25
---
32
26
33
-
[Visual Studio 2022 17.4](https://learn.microsoft.com/en-us/visualstudio/install/visual-studio-on-arm-devices) (and higher) natively supports Windows on Arm.
27
+
Visual Studio 2022 version 17.4and higher natively supports Windows on Arm devices, enabling you to develop C and C++ applications directly on Arm hardware using the MSVC or LLVM toolchains.
34
28
35
29
## How do I download and install Visual Studio for Windows on Arm?
36
30
@@ -47,7 +41,7 @@ Once downloaded, run the `VisualStudioSetup.exe` file on a Windows on Arm machin
47
41
## How do I install C and C++ support in Visual Studio?
48
42
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++`.
Different versions of Visual Studio include different LLVM toolchain versions.
64
58
65
-
For example, Visual Studio 2022 Version `17.11.5` installs `LLVM 17.0.3`.
59
+
For example, Visual Studio 2026 Version `18.3.2` installs `LLVM 19.1.2`.
66
60
{{% /notice %}}
67
61
68
62
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.
@@ -74,4 +68,4 @@ The workload and individual component selection can also be made at any time aft
74
68
75
69
You can choose additional workloads and individual components to further customize your installation.
76
70
77
-
For the latest updates on Arm native development, check the [Microsoft Learn](https://learn.microsoft.com/en-us/windows/arm/overview)site.
71
+
For the latest updates on Arm native development, check the [Windows on Arm](https://learn.microsoft.com/en-us/windows/arm/overview)documentation.
0 commit comments