Index: lld/COFF/Options.td =================================================================== --- lld/COFF/Options.td +++ lld/COFF/Options.td @@ -132,7 +132,6 @@ HelpText<"Use module-definition file">; def debug : F<"debug">, HelpText<"Embed a symbol table in the image">; -def release : F<"release">, HelpText<"Link without symbol table in the image">; def debug_opt : P<"debug", "Embed a symbol table in the image with option">; def debugtype : P<"debugtype", "Debug Info Options">; def dll : F<"dll">, HelpText<"Create a DLL">; @@ -296,6 +295,8 @@ // The flags below do nothing. They are defined only for link.exe compatibility. //============================================================================== +def release : F<"release">, HelpText<"Link without symbol table in the image">; + def ignoreidl : F<"ignoreidl">; def ltcg : F<"ltcg">; def assemblydebug : F<"assemblydebug">;