[PATCH] D96868: build: Add LLVM_WINSYSROOT to make setting /winsysroot easy on Win

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 17 07:25:57 PST 2021


thakis added inline comments.


================
Comment at: llvm/utils/sysroot.py:3
+
+"""Helps manage sysroots."""
+
----------------
hans wrote:
> thakis wrote:
> > hans wrote:
> > > Can you expand on what "manage" could mean in the future? The current filename is pretty general, so if the main purpose is to set up sysroots (fake or not) maybe a better name would be make_sysroot.py?
> > I was thinking (at least on linux): creating, uploading a created sysroot, downloading a pre-uploaded sysroot. Hence the general name :)
> Ah, yes that sounds pretty general. Maybe put some of that in the comment here?
I thought I'd update the comment once more stuff works if that's ok.


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

https://reviews.llvm.org/D96868



More information about the llvm-commits mailing list