[gn build] Make build locally deterministicThis follows http://blog.llvm.org/2019/11/deterministic-builds-with-clang-and-lld.htmlto make the GN build locally deterministic.With this, I've built
[gn build] Make build locally deterministicThis follows http://blog.llvm.org/2019/11/deterministic-builds-with-clang-and-lld.htmlto make the GN build locally deterministic.With this, I've built lld at two different build paths on my Windows box and gotidentical binaries. (I'd expect the same to happen on Linux, and with otherbinaries.)This doesn't have the bits to get universal determinism yet.Differential Revision: https://reviews.llvm.org/D74519
show more ...