[clang] [llvm] [clang][sycl][nvlink] Share static library linking in Frontend/Offloading (PR #201253)
Alexey Bader via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 4 14:57:23 PDT 2026
================
@@ -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
More information about the llvm-commits
mailing list