Skip to content

Commit 5decb13

Browse files
committed
Merging r354422:
------------------------------------------------------------------------ r354422 | tstellar | 2019-02-20 02:40:35 +0100 (Wed, 20 Feb 2019) | 11 lines ELF: Fix typo in --build-id option description Reviewers: ruiu, espindola Reviewed By: ruiu Subscribers: emaste, arichardson, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D58265 ------------------------------------------------------------------------ llvm-svn: 354440
1 parent fbaa8ef commit 5decb13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/ELF/Options.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def Bstatic: F<"Bstatic">, HelpText<"Do not link against shared libraries">;
3030
def build_id: F<"build-id">, HelpText<"Alias for --build-id=fast">;
3131

3232
def build_id_eq: J<"build-id=">, HelpText<"Generate build ID note">,
33-
MetaVarName<"[fast,md5,sha,uuid,0x<hexstring>]">;
33+
MetaVarName<"[fast,md5,sha1,uuid,0x<hexstring>]">;
3434

3535
defm check_sections: B<"check-sections",
3636
"Check section addresses for overlaps (default)",

0 commit comments

Comments
 (0)