Skip to content

Commit 09ffbf7

Browse files
omern1AaronBallman
andauthored
Update clang/lib/Driver/Driver.cpp
Co-authored-by: Aaron Ballman <[email protected]>
1 parent dad986e commit 09ffbf7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/lib/Driver/Driver.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2096,8 +2096,7 @@ void Driver::generateCompilationDiagnostics(
20962096
// If we only have IR inputs there's no need for preprocessing.
20972097
if (!Inputs.empty()) {
20982098
// Construct the list of abstract actions to perform for this compilation.
2099-
// On
2100-
// Darwin OSes this uses the driver-driver and builds universal actions.
2099+
// On Darwin OSes this uses the driver-driver and builds universal actions.
21012100
const ToolChain &TC = C.getDefaultToolChain();
21022101
if (TC.getTriple().isOSBinFormatMachO())
21032102
BuildUniversalActions(C, TC, Inputs);

0 commit comments

Comments
 (0)