[all-commits] [llvm/llvm-project] f56548: [Clang][clang-nvlink-wrapper] Pass nvlink path to ...
Saiyedul Islam via All-commits
all-commits at lists.llvm.org
Tue Oct 12 09:16:17 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f56548829c4c696d798c252bf097b71538bd45d7
https://github.com/llvm/llvm-project/commit/f56548829c4c696d798c252bf097b71538bd45d7
Author: Saiyedul Islam <Saiyedul.Islam at amd.com>
Date: 2021-10-12 (Tue, 12 Oct 2021)
Changed paths:
M clang/lib/Driver/ToolChains/Cuda.cpp
M clang/tools/clang-nvlink-wrapper/ClangNvlinkWrapper.cpp
Log Message:
-----------
[Clang][clang-nvlink-wrapper] Pass nvlink path to the wrapper
Added support of a "--nvlink-path" option in clang-nvlink-wrapper which
takes the path of nvlink binary.
Static Device Library support for OpenMP (D105191) now searches for
nvlink binary and passes its location via this option. In absence
of this option, nvlink binary is searched in locations in PATH.
Differential Revision: https://reviews.llvm.org/D111488
More information about the All-commits
mailing list