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 3d36113 commit 117ea88Copy full SHA for 117ea88
lib/Frontend/ArgsToFrontendOutputsConverter.cpp
@@ -282,9 +282,7 @@ SupplementaryOutputPathsComputer::computeOutputPaths() const {
282
else {
283
// Multi-threaded WMO is the exception
284
assert(OutputFiles.size() == InputsAndOutputs.inputCount() &&
285
- pathsFromUser->size() == InputsAndOutputs.hasInputs()
286
- ? 1
287
- : 0);
+ pathsFromUser->size() == (InputsAndOutputs.hasInputs() ? 1 : 0));
288
}
289
290
std::vector<SupplementaryOutputPaths> outputPaths;
0 commit comments