[LLD][COFF] Add support for /noimplib
Mostly for compatibility reasons with link.exe this flag
makes sure we don't write a implib - not even when /implib
is also passed, that's how link.exe works.
Differential Revision: https://reviews.llvm.org/D123591
diff --git a/lld/COFF/Options.td b/lld/COFF/Options.td
index 54555fa..1116eb8 100644
--- a/lld/COFF/Options.td
+++ b/lld/COFF/Options.td
@@ -266,7 +266,7 @@
: P<"threads", "Number of threads. '1' disables multi-threading. By "
"default all available hardware threads are used">;
def call_graph_ordering_file: P<
- "call-graph-ordering-file",
+ "call-graph-ordering-file",
"Layout sections to optimize the given callgraph">;
defm call_graph_profile_sort: B<
"call-graph-profile-sort",