Also add a script for sysroot management. For now, it can only create
fake sysroots that just symlink to local folders. This is useful for
testing.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/utils/sysroot.py | ||
---|---|---|
4 | 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? |
llvm/utils/sysroot.py | ||
---|---|---|
4 | I was thinking (at least on linux): creating, uploading a created sysroot, downloading a pre-uploaded sysroot. Hence the general name :) |
llvm/utils/sysroot.py | ||
---|---|---|
4 | Ah, yes that sounds pretty general. Maybe put some of that in the comment here? |
llvm/utils/sysroot.py | ||
---|---|---|
4 | I thought I'd update the comment once more stuff works if that's ok. |
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?