Skip to content

Commit dc91dff

Browse files
Merge pull request #1315 from jasonrandrews/review2
review Visual Studio install guide
2 parents 35cdf91 + 2f72c12 commit dc91dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/install-guides/vs-woa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Two results are displayed: The LLVM compiler and MSBuild support for LLVM. Selec
6262
{{% notice Note%}}
6363
Different versions of Visual Studio include different LLVM toolchain versions.
6464

65-
For example, Visual Studio 2022 Version `17.5.3` installs `LLVM 15.0.1`.
65+
For example, Visual Studio 2022 Version `17.11.5` installs `LLVM 17.0.3`.
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)