From 4a55c409d083f0410598ee2a5c2062a7aa1a2a7a Mon Sep 17 00:00:00 2001 From: LLVM Packaging Team Date: Tue, 9 Jul 2019 20:04:39 +0100 Subject: [PATCH] strip-ignore-deterministic-archives =================================================================== Gbp-Pq: Name strip-ignore-deterministic-archives.diff --- tools/llvm-objcopy/StripOpts.td | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/llvm-objcopy/StripOpts.td b/tools/llvm-objcopy/StripOpts.td index 333b0d288..9bb86ea6a 100644 --- a/tools/llvm-objcopy/StripOpts.td +++ b/tools/llvm-objcopy/StripOpts.td @@ -47,3 +47,5 @@ def x : Flag<["-"], "x">, def strip_unneeded : Flag<["-", "--"], "strip-unneeded">, HelpText<"Remove all symbols not needed by relocations">; + +def deterministic : Flag<["--"], "enable-deterministic-archives">; -- 2.30.2