Skip to content

Commit 6897d60

Browse files
committed
Clang format
1 parent d7cfa0e commit 6897d60

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

clang/lib/Driver/ToolChains/Clang.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10349,7 +10349,10 @@ void OffloadWrapper::ConstructJob(Compilation &C, const JobAction &JA,
1034910349
// step.
1035010350
ArgStringList ClangArgs{
1035110351
TCArgs.MakeArgString("--target=" + TC.getAuxTriple()->str()),
10352-
"-Wno-override-module", "-c", "-o", Output.getFilename(),
10352+
"-Wno-override-module",
10353+
"-c",
10354+
"-o",
10355+
Output.getFilename(),
1035310356
WrapperFileName};
1035410357
llvm::Reloc::Model RelocationModel;
1035510358
unsigned PICLevel;

0 commit comments

Comments
 (0)