We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dad986e commit 09ffbf7Copy full SHA for 09ffbf7
clang/lib/Driver/Driver.cpp
@@ -2096,8 +2096,7 @@ void Driver::generateCompilationDiagnostics(
2096
// If we only have IR inputs there's no need for preprocessing.
2097
if (!Inputs.empty()) {
2098
// 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.
+ // On Darwin OSes this uses the driver-driver and builds universal actions.
2101
const ToolChain &TC = C.getDefaultToolChain();
2102
if (TC.getTriple().isOSBinFormatMachO())
2103
BuildUniversalActions(C, TC, Inputs);
0 commit comments