diff --git a/manifests/LLVM/LLVM/10.0.0.yaml b/manifests/LLVM/LLVM/10.0.0.yaml new file mode 100644 index 000000000..0a5396f2c --- /dev/null +++ b/manifests/LLVM/LLVM/10.0.0.yaml @@ -0,0 +1,18 @@ +Id: LLVM.LLVM +Version: 10.0.0 +Name: llvm +Publisher: LLVM +License: Apache +LicenseUrl: https://releases.llvm.org/10.0.0/LICENSE.TXT +AppMoniker: llvm +Tags: c++, clang, llvm, c, lld +Description: The LLVM Compiler Infrastructure +Homepage: http://llvm.org/ +Installers: + - Arch: x64 + Url: https://github.com/llvm/llvm-project/releases/download/llvmorg-10.0.0/LLVM-10.0.0-win64.exe + Sha256: 893F8A12506F8AD29CA464D868FB432FDADD782786A10655B86575FC7FC1A562 + InstallerType: exe + Switches: + Silent: /S + SilentWithProgress: /S \ No newline at end of file