Index: lld/MachO/Options.td =================================================================== --- lld/MachO/Options.td +++ lld/MachO/Options.td @@ -77,10 +77,10 @@ HelpText<"Start a grouping of objects that should be treated as if they were together in an archive">; def end_lib: Flag<["--"], "end-lib">, HelpText<"End a grouping of objects that should be treated as if they were together in an archive">; -def no_warn_dylib_install_name: Joined<["--"], "no-warn-dylib-install-name">, +def no_warn_dylib_install_name: Flag<["--"], "no-warn-dylib-install-name">, HelpText<"Do not warn on -install-name if -dylib is not passed (default)">, Group; -def warn_dylib_install_name: Joined<["--"], "warn-dylib-install-name">, +def warn_dylib_install_name: Flag<["--"], "warn-dylib-install-name">, HelpText<"Warn on -install-name if -dylib is not passed">, Group; def call_graph_profile_sort: Flag<["--"], "call-graph-profile-sort">,