[PATCH] D71554: [llvm-ranlib] Handle -D and -U command line flag
Alexander Richardson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 16 09:39:18 PST 2019
arichardson marked an inline comment as done.
arichardson added inline comments.
================
Comment at: llvm/tools/llvm-ar/llvm-ar.cpp:69
+ --version - Display the version of this program
+ -D - Use zero for timestamps and uids/gids (default)
+ -U - Use actual timestamps and uids/gids
----------------
emaste wrote:
> file mode made reproducible too?
Does not seem like it, if I run chmod 400 on the .o file it still reports `r--------` with -D.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71554/new/
https://reviews.llvm.org/D71554
More information about the cfe-commits
mailing list