Skip to content

Commit 58bc0a8

Browse files
author
Martin Wehking
committed
Refactor with clang-format
1 parent bdcb90a commit 58bc0a8

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
@@ -326,7 +326,7 @@ SYCL::getDeviceLibraries(const Compilation &C, const llvm::Triple &TargetTriple,
326326
bool IsNewOffload = C.getDriver().getUseNewOffloadingDriver();
327327
StringRef LibSuffix = ".bc";
328328
if (TargetTriple.isSPIR() &&
329-
TargetTriple.getSubArch() == llvm::Triple::SPIRSubArch_fpga)
329+
TargetTriple.getSubArch() == llvm::Triple::SPIRSubArch_fpga)
330330
// For FPGA, we are unbundling objects.
331331
LibSuffix = IsWindowsMSVCEnv ? ".obj" : ".o";
332332
if (IsNewOffload)

0 commit comments

Comments
 (0)