[PATCH] D74376: [gn build] Make build fully deterministic

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 12 18:37:53 PST 2020


phosek added inline comments.


================
Comment at: llvm/utils/gn/docs/deterministic.md:27
+
+   FIXME: This points to the chromium sysroots as examples for now.
+
----------------
I've build a tool for creating Debian-based sysroots that we use in Fuchsia, it's a single Go file plus YAML file that's used to describe what you want in your sysroot: https://fuchsia.googlesource.com/fuchsia/+/refs/heads/master/tools/debroot/cmd/, this might be useful in case people want to create their own sysroot and don't want to do it by hand.


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

https://reviews.llvm.org/D74376





More information about the llvm-commits mailing list