From 208b46133a1932f615fdf3eed37ae2b9ef96a73f Mon Sep 17 00:00:00 2001 From: Mike Wallio Date: Wed, 3 Jun 2020 14:47:22 -0400 Subject: [PATCH] Add llvm (#1542) --- manifests/LLVM/LLVM/10.0.0.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 manifests/LLVM/LLVM/10.0.0.yaml 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