strip-ignore-deterministic-archives
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Mon, 30 Dec 2019 14:31:05 +0000 (14:31 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Mon, 30 Dec 2019 14:31:05 +0000 (14:31 +0000)
===================================================================

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">;