Skip to content

Commit c8cd632

Browse files
committed
clang format
1 parent 5378063 commit c8cd632

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

clang/lib/Driver/ToolChains/Clang.cpp

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10348,12 +10348,9 @@ void OffloadWrapper::ConstructJob(Compilation &C, const JobAction &JA,
1034810348

1034910349
if (WrapperCompileEnabled) {
1035010350
// TODO Use TC.SelectTool().
10351-
ArgStringList ClangArgs{
10352-
TCArgs.MakeArgString("--target=" + HostTripleStr),
10353-
"-c",
10354-
"-o",
10355-
Output.getFilename(),
10356-
WrapperFileName};
10351+
ArgStringList ClangArgs{TCArgs.MakeArgString("--target=" + HostTripleStr),
10352+
"-c", "-o", Output.getFilename(),
10353+
WrapperFileName};
1035710354
llvm::Reloc::Model RelocationModel;
1035810355
unsigned PICLevel;
1035910356
bool IsPIE;

0 commit comments

Comments
 (0)