Install LLVM on Windows

This commit is contained in:
Ivan Nosar
2020-02-04 18:22:33 +03:00
parent 58033ad1fd
commit 4983576a0b
4 changed files with 76 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
################################################################################
## File: Install-Clang.ps1
## Desc: Install Clang compiler as a part of LLVM framework for Windows
################################################################################
choco install -y llvm