Skip to content

Commit f50124a

Browse files
resolve the clang format issue
1 parent aba3bc0 commit f50124a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

clang/tools/clang-linker-wrapper/ClangLinkerWrapper.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -946,8 +946,8 @@ static void addBackendOptions(const ArgList &Args,
946946
OptC.split(CmdArgs, " ", /*MaxSplit=*/-1, /*KeepEmpty=*/false);
947947
} else {
948948
// ocloc -options takes arguments in the form of '-options "-g
949-
// -cl-opt-disable"' where each argument is separated with spaces split
950-
// function here returns a pair with everything before the separator
949+
// -cl-opt-disable"' where each argument is separated with spaces.
950+
// split function here returns a pair with everything before the separator
951951
// ("-options") in the first member of the pair, and everything after the
952952
// separator in the second part of the pair. The separator is not included
953953
// in any of them.

sycl/test-e2e/OptionalKernelFeatures/fp64-conv-emu-2.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ int main() {
7373
// FP64 emulation limited to kernels with FP64 conversions but no FP64
7474
// computations.
7575
// TODO: Implement support for a new flag, -fsycl-fp64-gen-emu, which will
76-
// enable the use of the -ze-fp64-gen-emu IGC option. if
77-
// (q.get_device().has(aspect::fp64)) {
76+
// enable the use of the -ze-fp64-gen-emu IGC option.
77+
// if (q.get_device().has(aspect::fp64)) {
7878
// nfail += test<Increment<double>>(q);
7979
// }
8080

0 commit comments

Comments
 (0)