[all-commits] [llvm/llvm-project] 2921a0: Make the argument -Xcuda-ptxas visible to the driv...

Jefferson Le Quellec via All-commits all-commits at lists.llvm.org
Mon Apr 8 06:12:39 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2921a0928c71f4ee652a2478283e47ab5ffebf58
      https://github.com/llvm/llvm-project/commit/2921a0928c71f4ee652a2478283e47ab5ffebf58
  Author: Jefferson Le Quellec <jefferson.lequellec at codeplay.com>
  Date:   2024-04-08 (Mon, 08 Apr 2024)

  Changed paths:
    M clang/include/clang/Driver/Options.td
    M clang/lib/Driver/ToolChains/Cuda.cpp
    M clang/test/Driver/cuda-external-tools.cu

  Log Message:
  -----------
  Make the argument -Xcuda-ptxas visible to the driver in cl-mode

It has been noticed that the arguments are being passed twice to ptxas.
This also has been fixed by filtering out the arguments before appending
them to the new DAL created by CudaToolChain::TranslateArgs.

github:https://github.com/llvm/llvm-project/pull/86807



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list