[clang] Driver][SYCL] Address sanitizer and test issue (PR #121822)
Vitaly Buka via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 6 13:13:55 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) {}
----------------
vitalybuka wrote:
what happened with driver?
https://github.com/llvm/llvm-project/pull/121822
More information about the cfe-commits
mailing list