[PATCH] D54384: [llvm-objcopy] Add --build-id-link-dir flag
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 12 11:22:27 PST 2018
phosek added inline comments.
================
Comment at: llvm/tools/llvm-objcopy/ObjcopyOpts.td:167
HelpText<"Print the version and exit.">;
+defm build_id_link_dir : Eq<"build-id-link-dir", "Hard-link output to <dir>/xx/xxx name derived from hex build ID">,
+ MetaVarName<"dir">;
----------------
rupprecht wrote:
> Should this be applied to llvm-strip as well?
Yes, I believe we'll need that as well.
Repository:
rL LLVM
https://reviews.llvm.org/D54384
More information about the llvm-commits
mailing list