File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -119,9 +119,12 @@ class CommandOutput {
119
119
// / DerivedOutputFileMap.
120
120
llvm::SmallSet<types::ID, 4 > AdditionalOutputTypes;
121
121
122
- // / The set of input filenames for this \c CommandOutput; combined with \c
123
- // / DerivedOutputMap, specifies a set of output filenames (of which one -- the
124
- // / one of type \c PrimaryOutputType) is the primary output filename.
122
+ // / The list of inputs for this \c CommandOutput. Each input in the list has
123
+ // / two names (often but not always the same), of which the second (\c
124
+ // / CommandInputPair::Primary) acts as a key into \c DerivedOutputMap. Each
125
+ // / input thus designates an associated _set_ of outputs, one of which (the
126
+ // / one of type \c PrimaryOutputType) is considered the "primary output" for
127
+ // / the input.
125
128
SmallVector<CommandInputPair, 1 > Inputs;
126
129
127
130
// / All CommandOutputs in a Compilation share the same \c
You can’t perform that action at this time.
0 commit comments