Skip to content

Commit 4b8459a

Browse files
TylerMSFTTylerMSFT
authored andcommitted
update windows specific section with more appropriate screenshot
1 parent 49fdf18 commit 4b8459a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/build/clang-support-msbuild.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Later versions of Visual Studio provide newer versions of the Clang toolset. The
3131

3232
To configure a Visual Studio project to use Clang, right-click on the project node in **Solution Explorer** and choose **Properties**. Typically, you should first choose **All configurations** at the top of the dialog. Then, under **General** > **Platform Toolset**, choose **LLVM (clang-cl)** and then **OK**.
3333

34-
![Screenshot of the Property Pages dialog box with Configuration Properties > General selected and the Platform Toolset and Clang for Windows Subsystem for Linux option highlighted.](media/clang-msbuild-prop-page.png)
34+
![Screenshot of the Property Pages dialog box with Configuration Properties > General selected and the Platform Toolset and LLVM (clang-cl) option highlighted.](media/llvm-msbuild-prop-page.png)
3535

3636
If you're using the Clang tools that are bundled with Visual Studio, no extra steps are required. For Windows projects, Visual Studio by default invokes Clang in [clang-cl](https://llvm.org/devmtg/2014-04/PDFs/Talks/clang-cl.pdf) mode. It links with the Microsoft implementation of the Standard Library. By default, **clang-cl.exe** is located in *%VCINSTALLDIR%\\Tools\\Llvm\\bin\\* and *%VCINSTALLDIR%\\Tools\\Llvm\\x64\\bin\\*.
3737

27.6 KB
Loading

0 commit comments

Comments
 (0)