Skip to content

Commit fca9ce5

Browse files
committed
clang-format
1 parent f704e92 commit fca9ce5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/lib/Driver/ToolChains/Clang.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5776,7 +5776,8 @@ void Clang::ConstructJob(Compilation &C, const JobAction &JA,
57765776
Ok = true;
57775777
// AMDGPU target does not accept CM tiny and kernel.
57785778
if (CM == "tiny" || CM == "kernel") {
5779-
D.Diag(diag::warn_ignored_clang_option) << A->getSpelling() << CM << TripleStr;
5779+
D.Diag(diag::warn_ignored_clang_option)
5780+
<< A->getSpelling() << CM << TripleStr;
57805781
}
57815782
}
57825783
if (Ok) {

0 commit comments

Comments
 (0)