[PATCH] D84209: [llvm-libtool-darwin] Add support for -D option
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 21 23:11:19 PDT 2020
MaskRay added a comment.
In binutils, there is a configure-time option `--enable-deterministic-archives`. For llvm-objcopy and llvm-ar, we find that deterministic builds tend to make more sense so we simply default to determinism. There probably should be a survey whether cctool libtool users really want the default non-deterministic behavior.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84209/new/
https://reviews.llvm.org/D84209
More information about the llvm-commits
mailing list