[PATCH] D126226: [OpenMP] Add `-Xoffload-linker` to forward input to the device linker

Joseph Huber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 23 16:53:32 PDT 2022


jhuber6 marked 2 inline comments as done.
jhuber6 added inline comments.


================
Comment at: clang/include/clang/Driver/Options.td:827
+def Xoffload_linker : JoinedAndSeparate<["-"], "Xoffload-linker">,
+  HelpText<"Pass <arg> to the offload linker identified by <triple>">, 
+  MetaVarName<"<arg> <triple>">, Group<Link_Group>;
----------------
tra wrote:
> The comment may need updating now.
Sure, I'll change it before I commit.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126226/new/

https://reviews.llvm.org/D126226



More information about the cfe-commits mailing list