From c3d5bfc923ac4bfb10efbc82ebaca17389fce858 Mon Sep 17 00:00:00 2001 From: Mathias Soeken Date: Wed, 9 Mar 2022 09:23:52 +0100 Subject: [PATCH] Remove llvm-ar from cgmanifest. --- src/Qir/Common/Externals/cgmanifest.json | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/Qir/Common/Externals/cgmanifest.json b/src/Qir/Common/Externals/cgmanifest.json index 612833415ba..bf603ad386e 100644 --- a/src/Qir/Common/Externals/cgmanifest.json +++ b/src/Qir/Common/Externals/cgmanifest.json @@ -1,15 +1,5 @@ { "Registrations":[ - { - "Component": { - "Type": "other", - "Other": { - "Name": "llvm-ar.exe", - "Version": "10.0.0", - "DownloadUrl": "https://github.com/llvm/llvm-project/releases/download/llvmorg-10.0.0/LLVM-10.0.0-win64.exe" - } - } - }, { "Component": { "Type": "git", @@ -27,4 +17,4 @@ } } ] -} \ No newline at end of file +}