[PATCH] D65436: [docs] Add git to list of Software requirements

Diana Picus via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 30 04:32:37 PDT 2019


rovka added a comment.

Some people might be interested just in compiling LLVM (e.g. fetching some release sources from releases.llvm.org and building them). We should probably keep the package list here focused on that. If we want to add git at all, we should probably mention it somewhere else. I'm not sure where that would be - I suppose somewhere where it makes sense to worry about the minimum version, e.g. where the git-llvm script is concerned. Do we have any other reason to bind ourselves to a certain minimum version of git?

I also notice that the current list mentions make instead of cmake + some build tool of choice. Seems to me we're not very good at keeping our requirements up to date, so maybe we shouldn't add more of them if not super relevant?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D65436





More information about the llvm-commits mailing list