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

@@ -456,6 +456,12 @@
"{{ template_dir }}/scripts/Installers/Install-MinGW.ps1"
]
},
{
"type": "powershell",
"scripts":[
"{{ template_dir }}/scripts/Installers/Install-Clang.ps1"
]
},
{
"type": "powershell",
"scripts":[
@@ -715,6 +721,12 @@
"{{ template_dir }}/scripts/Installers/Validate-MinGW.ps1"
]
},
{
"type": "powershell",
"scripts":[
"{{ template_dir }}/scripts/Installers/Validate-Clang.ps1"
]
},
{
"type": "powershell",
"scripts":[