[PATCH] D117156: [OpenMP] Add extra flag handling to linker wrapper

Shilei Tian via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 31 19:10:24 PST 2022


tianshilei1992 accepted this revision.
tianshilei1992 added a comment.
This revision is now accepted and ready to land.

LG. One nit.



================
Comment at: clang/tools/clang-linker-wrapper/ClangLinkerWrapper.cpp:98
+static cl::opt<std::string>
+    PtxasOption("ptxas-option", cl::ZeroOrMore,
+                cl::desc("Argument to pass to the ptxas invocation"),
----------------
`ptxas-args`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117156



More information about the cfe-commits mailing list