strip-ignore-deterministic-archives
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Tue, 9 Jul 2019 19:04:39 +0000 (20:04 +0100)
committerPeter Michael Green <plugwash@raspbian.org>
Tue, 9 Jul 2019 19:04:39 +0000 (20:04 +0100)
===================================================================

Gbp-Pq: Name strip-ignore-deterministic-archives.diff

tools/llvm-objcopy/StripOpts.td

index 333b0d288efa02b5c28b8dde97755a5f3bbf3a8b..9bb86ea6ab5a6377a508622d9db9cd9a3d8079a8 100644 (file)
@@ -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">;