[PATCH] D118944: [OpenMP] Add Cuda path to linker wrapper tool

Shilei Tian via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 3 14:25:06 PST 2022


tianshilei1992 added inline comments.


================
Comment at: clang/lib/Driver/ToolChains/Clang.cpp:8163
+        CmdArgs.push_back(Args.MakeArgString(
+            "-cuda-path=" + CudaInstallation.getInstallPath()));
+      break;
----------------
Would be better to keep aligned with `clang` to use `--cuda-path`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118944



More information about the cfe-commits mailing list