Skip to content

Commit 8c32710

Browse files
committed
clang-format
1 parent cc3fbec commit 8c32710

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
@@ -6276,7 +6276,7 @@ void Clang::ConstructJob(Compilation &C, const JobAction &JA,
62766276

62776277
// SYCL library is guaranteed to work correctly only with dynamic runtime.
62786278
if (!D.IsCLMode() &&
6279-
C.getDefaultToolChain().getTriple().isWindowsMSVCEnvironment()) {
6279+
C.getDefaultToolChain().getTriple().isWindowsMSVCEnvironment()) {
62806280
CmdArgs.push_back("-D_MT");
62816281
CmdArgs.push_back("-D_DLL");
62826282
CmdArgs.push_back("--dependent-lib=msvcrt");

0 commit comments

Comments
 (0)