Skip to content

Commit ebde943

Browse files
committed
Format fix
Signed-off-by: Arvind Sudarsanam <[email protected]>
1 parent 64d3678 commit ebde943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Driver/ToolChains/Clang.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11059,7 +11059,7 @@ void LinkerWrapper::ConstructJob(Compilation &C, const JobAction &JA,
1105911059
bool UseJitLink =
1106011060
IsSPIR &&
1106111061
Args.hasFlag(options::OPT_fsycl_device_lib_jit_link,
11062-
options::OPT_fno_sycl_device_lib_jit_link, false);
11062+
options::OPT_fno_sycl_device_lib_jit_link, false);
1106311063
bool UseAOTLink = IsSPIR && (IsSpirvAOT || !UseJitLink);
1106411064
SYCLDeviceLibs = SYCL::getDeviceLibraries(C, TargetTriple, UseAOTLink);
1106511065
for (const auto &AddLib : SYCLDeviceLibs) {

0 commit comments

Comments
 (0)