ELF: Fix typo in --build-id option description
authorTom Stellard <tstellar@redhat.com>
Wed, 20 Feb 2019 01:40:35 +0000 (01:40 +0000)
committerTom Stellard <tstellar@redhat.com>
Wed, 20 Feb 2019 01:40:35 +0000 (01:40 +0000)
Reviewers: ruiu, espindola

Reviewed By: ruiu

Subscribers: emaste, arichardson, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D58265

llvm-svn: 354422

lld/ELF/Options.td

index 1792d5e..3a19b23 100644 (file)
@@ -30,7 +30,7 @@ def Bstatic: F<"Bstatic">, HelpText<"Do not link against shared libraries">;
 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)",