[PATCH] D108513: [docs] Update Getting Started with Visual Studio guide

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 17 12:22:02 PST 2022


mstorsjo added a comment.

In D108513#3330373 <https://reviews.llvm.org/D108513#3330373>, @aeubanks wrote:

> In D108513#3328480 <https://reviews.llvm.org/D108513#3328480>, @kuhnel wrote:
>
>> We're actually using chocolatey for all tools that it offers in pre-merge and that works very well, much better than downloading installers and executing them...
>
> Which package are you using to get gnu tools?

Git for Windows comes with its own installation of a bunch of them, and llvm's lit does pick them up automatically if they aren't available in PATH: https://github.com/llvm/llvm-project/blob/main/llvm/utils/lit/lit/llvm/config.py#L31-L35


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108513/new/

https://reviews.llvm.org/D108513



More information about the llvm-commits mailing list