[PATCH] D58265: ELF: Fix typo in --build-id option description

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 14 17:08:07 PST 2019


tstellar created this revision.
tstellar added a reviewer: ruiu.
Herald added subscribers: arichardson, emaste.
Herald added a reviewer: espindola.
Herald added a project: LLVM.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D58265

Files:
  lld/ELF/Options.td


Index: lld/ELF/Options.td
===================================================================
--- lld/ELF/Options.td
+++ lld/ELF/Options.td
@@ -30,7 +30,7 @@
 def build_id: F<"build-id">, HelpText<"Alias for --build-id=fast">;
 
 def build_id_eq: J<"build-id=">, HelpText<"Generate build ID note">,
-  MetaVarName<"[fast,md5,sha,uuid,0x<hexstring>]">;
+  MetaVarName<"[fast,md5,sha1,uuid,0x<hexstring>]">;
 
 defm check_sections: B<"check-sections",
     "Check section addresses for overlaps (default)",


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58265.186951.patch
Type: text/x-patch
Size: 505 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190215/0ab2d409/attachment.bin>


More information about the llvm-commits mailing list