[all-commits] [llvm/llvm-project] 71a1f1: [llvm-libtool-darwin] Add support for -D and -U op...
Sameer Arora via All-commits
all-commits at lists.llvm.org
Fri Aug 7 14:47:27 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 71a1f135e4ede2b03f5efb7e18dca1c3db7504ec
https://github.com/llvm/llvm-project/commit/71a1f135e4ede2b03f5efb7e18dca1c3db7504ec
Author: Sameer Arora <sameerarora101 at fb.com>
Date: 2020-08-07 (Fri, 07 Aug 2020)
Changed paths:
M llvm/docs/CommandGuide/llvm-libtool-darwin.rst
A llvm/test/tools/llvm-libtool-darwin/deterministic-library.test
M llvm/tools/llvm-libtool-darwin/llvm-libtool-darwin.cpp
Log Message:
-----------
[llvm-libtool-darwin] Add support for -D and -U options
Add support for `-D` and `-U` options for llvm-libtool-darwin. `-D`
allows for using zero for timestamps and UIDs/GIDs. `-U` allows for
using actual timestamps and UIDs/GIDs.
Reviewed by jhenderson, smeenai
Differential Revision: https://reviews.llvm.org/D84209
More information about the All-commits
mailing list