This is an archive of the discontinued LLVM Phabricator instance.

sysroot.py: add support for non-darwin platforms
ClosedPublic

Authored by thakis on Feb 17 2021, 10:50 AM.

Details

Summary

CMAKE_SYSROOT works fine here, and sysroot.py make-fake
borders on trivial here, but I suppose it's still nice
to have a consistent script to set these up across platforms.

And these are the platforms where we can do real sysroot management one
day.

Diff Detail

Event Timeline

thakis requested review of this revision.Feb 17 2021, 10:50 AM
thakis created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptFeb 17 2021, 10:50 AM
hans accepted this revision.Feb 17 2021, 10:54 AM
hans added inline comments.
llvm/utils/sysroot.py
41

nice sysroot :)

This revision is now accepted and ready to land.Feb 17 2021, 10:54 AM
This revision was automatically updated to reflect the committed changes.