[all-commits] [llvm/llvm-project] b7de1d: [Clang][NFC] Use correct tool name for NVIDIA's 'n...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Mon Oct 16 13:42:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b7de1d07e5298bdd97816043360ea334378f5565
https://github.com/llvm/llvm-project/commit/b7de1d07e5298bdd97816043360ea334378f5565
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-10-16 (Mon, 16 Oct 2023)
Changed paths:
M clang/lib/Driver/ToolChains/Cuda.h
Log Message:
-----------
[Clang][NFC] Use correct tool name for NVIDIA's 'nvlink'
Summary:
This step was incorrectly called 'fatbinary', so if it failed here it
would say 'fatbinary' was the cause of the failure. This is actually
'nvlink' so we should adjust this.
More information about the All-commits
mailing list