Fix `ld.lld --help` message.

llvm-svn: 337405
This commit is contained in:
Rui Ueyama 2018-07-18 17:19:17 +00:00
parent 4577e9a063
commit 9b784ae75a
1 changed files with 2 additions and 2 deletions

View File

@ -236,8 +236,8 @@ defm pack_dyn_relocs:
MetaVarName<"[none,android,relr,android+relr]">;
defm use_android_relr_tags: B<"use-android-relr-tags",
"use SHT_ANDROID_RELR / DT_ANDROID_RELR* tags instead of SHT_RELR / DT_RELR*",
"use SHT_RELR / DT_RELR* tags (default)">;
"Use SHT_ANDROID_RELR / DT_ANDROID_RELR* tags instead of SHT_RELR / DT_RELR*",
"Use SHT_RELR / DT_RELR* tags (default)">;
defm pie: B<"pie",
"Create a position independent executable",