[PATCH] D47656: Show choices of multiple-choice options in `ld.lld --help` message.

Mike Hommey via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 28 06:08:31 PDT 2018


glandium added inline comments.


================
Comment at: ELF/Options.td:33
+def build_id_eq: J<"build-id=">, HelpText<"Generate build ID note">,
+  MetaVarName<"[fast,md5,sha,uuid,0x<hexstring>]">;
 
----------------
it's sha1, not sha.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D47656





More information about the llvm-commits mailing list