Add MSVC Component Llvm ClangToolset to VM#11378
Add MSVC Component Llvm ClangToolset to VM#11378MVoz wants to merge 10 commits intomicrosoft:masterfrom MVoz:Add-MSVC-Component-Llvm-ClangToolset
Conversation
MVoz
commented
May 15, 2020
|
error (x64_uwp) OR (arm_uwp) !? |
|
example of using LLVM in another folder
|
BillyONeal
left a comment
There was a problem hiding this comment.
What is the use case you intend to enable with this?
| Add-MPPreference -ExclusionProcess python.exe | ||
|
|
||
| InstallVisualStudio -Workloads $Workloads -BootstrapperUrl $VisualStudioBootstrapperUrl -Nickname 'Stable' | ||
| InstallVisualStudio -includeRecommended -Workloads $Workloads -BootstrapperUrl $VisualStudioBootstrapperUrl -Nickname 'Stable' |
There was a problem hiding this comment.
This creates the liklihood of the installed bits changing a lot over time, so I don't think we should do that.
|
😕 |
|
the project apparently does not want to develop |
|
@voskrese It isn't that 'we don't want to develop' -- I've been blocked from updating the VMs due to an unrelated issue. That's a heavy switch to flip since we need to get a clean baseline run when we do that. I've applied the install of LLVM over here: #11365 As for 'are we going to add that as a triplet', that's a different question. Given that we ship LLVM in the box though it might make sense. /cc @ras0219-msft @ras0219 |
|
ok I needed only but without the dependencies of
|
I observe the installer adding the right dependencies; I did this testing with 16.6. Rest assured when I get a VM update landed I'll make sure it's on the box |
|
okey |