[clang] [Driver][SYCL] Address sanitizer and test issue (PR #121822)
Michael Toguchi via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 6 13:35:34 PST 2025
================
@@ -17,8 +17,7 @@ using namespace llvm::opt;
SYCLInstallationDetector::SYCLInstallationDetector(
const Driver &D, const llvm::Triple &HostTriple,
- const llvm::opt::ArgList &Args)
- : D(D) {}
+ const llvm::opt::ArgList &Args) {}
----------------
mdtoguchi wrote:
It's not currently being used, the sanitizer builds flagged it.
https://github.com/llvm/llvm-project/pull/121822
More information about the cfe-commits
mailing list