[all-commits] [llvm/llvm-project] 937aae: [CUDA] Fix arguments after removing unused private...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Fri Aug 26 13:28:58 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 937aaead87f055caa4d91d7ba637d442a94a24a6
https://github.com/llvm/llvm-project/commit/937aaead87f055caa4d91d7ba637d442a94a24a6
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2022-08-26 (Fri, 26 Aug 2022)
Changed paths:
M clang/lib/Driver/Driver.cpp
M clang/lib/Driver/ToolChains/Cuda.cpp
M clang/lib/Driver/ToolChains/Cuda.h
Log Message:
-----------
[CUDA] Fix arguments after removing unused private variable
Summary:
A previous patch removed the use of the `OK` private variable in CUDA
which resulted in usused variable warnings. this was fixed in
f886f7e8ef7aa4f54298db792a656373af90440c but did not change the
constructor to accurately represent its removal. This patch removes it
from the interface entirely.
More information about the All-commits
mailing list