================ @@ -24,6 +24,22 @@ def library_path_S : Separate<["--", "-"], "library-path">, Flags<[HelpHidden]>, def library_path_EQ : Joined<["--", "-"], "library-path=">, Flags<[HelpHidden]>, Alias<library_path>; +def library : JoinedOrSeparate<["-"], "l">, MetaVarName<"<libname>">, ---------------- bader wrote:
Done in https://github.com/llvm/llvm-project/pull/201253/commits/e8ee597009f7318fc9e37a67837d94ac1bd11ae0. https://github.com/llvm/llvm-project/pull/201253 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
