forked from OSchip/llvm-project
Update a --help message and add -execute-only to the man page.
llvm-svn: 343032
This commit is contained in:
parent
32df11e3e3
commit
378a028d91
|
@ -132,7 +132,7 @@ def error_unresolved_symbols: F<"error-unresolved-symbols">,
|
|||
defm exclude_libs: Eq<"exclude-libs", "Exclude static libraries from automatic export">;
|
||||
|
||||
defm execute_only: B<"execute-only",
|
||||
"Do not mark executable sections readable",
|
||||
"Mark executable sections unreadable",
|
||||
"Mark executable sections readable (default)">;
|
||||
|
||||
defm export_dynamic: B<"export-dynamic",
|
||||
|
|
|
@ -144,6 +144,9 @@ Maximum number of errors to emit before stopping.
|
|||
A value of zero indicates that there is no limit.
|
||||
.It Fl -error-unresolved-symbols
|
||||
Report unresolved symbols as errors.
|
||||
.It Fl -execute-only
|
||||
Mark executable sections unreadable. This option is currently only
|
||||
supported on AArch64.
|
||||
.It Fl -exclude-libs Ns = Ns Ar value
|
||||
Exclude static libraries from automatic export.
|
||||
.It Fl -export-dynamic , Fl E
|
||||
|
|
Loading…
Reference in New Issue