Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KomiMoe committed Nov 8, 2021
1 parent fe8a969 commit 3db2172
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# llvm2019
Allows the LLVM Compiler Toolchain (installed separately) to be used from within Visual Studio 2019 (only) to build C/C++ Projects.
# llvm2022
Allows the LLVM Compiler Toolchain (installed separately) to be used from within Visual Studio 2022 (only) to build C/C++ Projects.

This is a (slighly) modified version of the extension as published under [llvm-project](https://github.com/llvm/llvm-project) (folder llvm/tools/msbuild) for Visual Studio 2017.

Built with Visual Studio 2019 Community edition. Tested (very cursory) under Visual Studio 2019 Community only.
This is a (slighly) modified version of the extension as published under [llvm2019](https://github.com/mangh/llvm2019) (folder llvm/tools/msbuild) for Visual Studio 2019.

Built with Visual Studio 2022 Community edition. Tested (very cursory) under Visual Studio 2022 Community only.

Inspired by:

* [llvm2019](https://github.com/mangh/llvm2019)
* [LLVM Compiler Toolchain extension @ Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=LLVMExtensions.llvm-toolchain)
* [Bug 42290 - LLVM Compiler Toolchain extension does not support Visual Studio 2019](https://bugs.llvm.org/show_bug.cgi?id=42290)
* [Microsoft/PTVS Build error: The specified InstallRoot value of 'VCTargets' is invalid for item #5243](https://github.com/Microsoft/PTVS/issues/5243)
* [Microsoft/PTVS Build error: The specified InstallRoot value of 'VCTargets' is invalid for item #5243](https://github.com/Microsoft/PTVS/issues/5243)

0 comments on commit 3db2172

Please sign in to comment.