We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb57524 commit 2631041Copy full SHA for 2631041
clang/lib/Driver/ToolChains/SYCL.cpp
@@ -76,7 +76,7 @@ const char *SYCLInstallationDetector::findLibspirvPath(
76
};
77
78
if (const char *R = searchAt(D.ResourceDir, "lib", "libclc"))
79
- return R;
+ return R;
80
81
return nullptr;
82
}
0 commit comments