From 4828764ba046132752924ee8df852a3853701524 Mon Sep 17 00:00:00 2001 From: Reupen Shah Date: Tue, 7 Dec 2021 10:58:30 +0000 Subject: [PATCH] [Windows] Add Llvm.Clang component to VS 2022 (#4670) --- images/win/toolsets/toolset-2022.json | 1 + 1 file changed, 1 insertion(+) diff --git a/images/win/toolsets/toolset-2022.json b/images/win/toolsets/toolset-2022.json index c901aaecd..37b3ad71e 100644 --- a/images/win/toolsets/toolset-2022.json +++ b/images/win/toolsets/toolset-2022.json @@ -190,6 +190,7 @@ "Microsoft.VisualStudio.Component.VC.CLI.Support", "Microsoft.VisualStudio.Component.VC.CMake.Project", "Microsoft.VisualStudio.Component.VC.DiagnosticTools", + "Microsoft.VisualStudio.Component.VC.Llvm.Clang", "Microsoft.VisualStudio.Component.VC.Llvm.ClangToolset", "Microsoft.VisualStudio.Component.VC.Runtimes.ARM64.Spectre", "Microsoft.VisualStudio.Component.VC.Runtimes.x86.x64.Spectre",