diff options
Diffstat (limited to 'lld/COFF/Options.td')
-rw-r--r-- | lld/COFF/Options.td | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/COFF/Options.td b/lld/COFF/Options.td index 212879e1d60b..087d53b5d2dd 100644 --- a/lld/COFF/Options.td +++ b/lld/COFF/Options.td @@ -204,6 +204,7 @@ def include_optional : Joined<["/", "-", "/?", "-?"], "includeoptional:">, HelpText<"Add symbol as undefined, but allow it to remain undefined">; def kill_at : F<"kill-at">; def lldmingw : F<"lldmingw">; +def noseh : F<"noseh">; def output_def : Joined<["/", "-", "/?", "-?"], "output-def:">; def pdb_source_path : P<"pdbsourcepath", "Base path used to make relative source file path absolute in PDB">; |