Skip to content

Commit 0407f76

Browse files
committed
clang format update
1 parent ae0c8a2 commit 0407f76

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
@@ -6769,7 +6769,8 @@ void Clang::AddClangCLArgs(const ArgList &Args, types::ID InputType,
67696769
bool *EmitCodeView) const {
67706770
unsigned RTOptionID = options::OPT__SLASH_MT;
67716771
bool isNVPTX = getToolChain().getTriple().isNVPTX();
6772-
bool isSYCL = Args.hasArg(options::OPT_fsycl) ||
6772+
bool isSYCL =
6773+
Args.hasArg(options::OPT_fsycl) ||
67736774
getToolChain().getTriple().getEnvironment() == llvm::Triple::SYCLDevice;
67746775
// For SYCL Windows, /MD is the default.
67756776
if (isSYCL)

0 commit comments

Comments
 (0)