Skip to content

Commit 7264793

Browse files
author
Stepan Dyatkovskiy
committed
C++ Levitation, Legacy Driver: removed extra new line (reduces changesset between master and levitation-master)
1 parent d6b2cf1 commit 7264793

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/Driver/ToolChains/Clang.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3671,7 +3671,6 @@ void Clang::ConstructJob(Compilation &C, const JobAction &JA,
36713671

36723672
// Also ignore explicit -force_cpusubtype_ALL option.
36733673
(void)Args.hasArg(options::OPT_force__cpusubtype__ALL);
3674-
36753674
} else if (isa<PrecompileJobAction>(JA)) {
36763675

36773676
// C++ Levitation mode

0 commit comments

Comments
 (0)