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 f08825e commit 3bd2767Copy full SHA for 3bd2767
clang/lib/Driver/ToolChains/SYCL.cpp
@@ -175,7 +175,8 @@ const char *SYCLInstallationDetector::findLibspirvPath(
175
return nullptr;
176
}
177
178
- const SmallString<64> Basename = getLibSpirvBasename(DeviceTriple, HostTriple);
+ const SmallString<64> Basename =
179
+ getLibSpirvBasename(DeviceTriple, HostTriple);
180
auto searchAt = [&](StringRef Path, const Twine &a = "", const Twine &b = "",
181
const Twine &c = "", const Twine &d = "",
182
const Twine &e = "") -> const char * {
0 commit comments