[all-commits] [llvm/llvm-project] 6073f8: sysroot.py: add support for non-darwin platforms
Nico Weber via All-commits
all-commits at lists.llvm.org
Wed Feb 17 10:57:43 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6073f87d7f160a9306209efd390409e7fe67e6db
https://github.com/llvm/llvm-project/commit/6073f87d7f160a9306209efd390409e7fe67e6db
Author: Nico Weber <thakis at chromium.org>
Date: 2021-02-17 (Wed, 17 Feb 2021)
Changed paths:
M llvm/utils/gn/build/BUILD.gn
M llvm/utils/sysroot.py
Log Message:
-----------
sysroot.py: add support for non-darwin platforms
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.
Differential Revision: https://reviews.llvm.org/D96882
More information about the All-commits
mailing list