Skip to content

Commit cba6332

Browse files
committed
Fix clang format
Signed-off-by: jinge90 <[email protected]>
1 parent 2191919 commit cba6332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Driver/ToolChains/SYCL.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ SYCL::getDeviceLibraries(const Compilation &C, const llvm::Triple &TargetTriple,
589589
// (PVC or DG2) specified in AOT compilation mode. If yes, we can use
590590
// corresponding libsycl-asan-* to improve device sanitizer performance,
591591
// otherwise stick to fallback device sanitizer library used in JIT mode.
592-
auto getSpecificGPUTarget = [](const ArgStringList &CmdArgs)->size_t {
592+
auto getSpecificGPUTarget = [](const ArgStringList &CmdArgs) -> size_t {
593593
std::string DeviceArg = getDeviceArg(CmdArgs);
594594
if ((DeviceArg.empty()) || (DeviceArg.find(",") != std::string::npos))
595595
return JIT;

0 commit comments

Comments
 (0)