[PATCH] D149978: [Clang][NVPTX] Allow passing arguments to the linker while standalone

Joseph Huber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 5 13:07:54 PDT 2023


jhuber6 marked an inline comment as done.
jhuber6 added inline comments.


================
Comment at: clang/lib/Driver/ToolChains/Cuda.cpp:594
-  // Add paths specified in LIBRARY_PATH environment variable as -L options.
-  addDirectoryList(Args, CmdArgs, "-L", "LIBRARY_PATH");
-
----------------
tra wrote:
> Is removal of this line intentional? 
No, thanks that was from when I originally tried to use `AddLinkerInput` but it didn't work because of the `cubin` thing.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149978



More information about the cfe-commits mailing list