Fix #2163: improve comments for addProcess() and the preamble.

This commit is contained in:
John Kessenich 2020-03-30 00:27:31 -06:00
parent bfe4c5957f
commit 83855b97db
4 changed files with 12 additions and 4 deletions

View file

@ -162,7 +162,10 @@ struct TXfbBuffer {
#endif
// Track a set of strings describing how the module was processed.
// Using the form:
// This includes command line options, transforms, etc., ideally inclusive enough
// to reproduce the steps used to transform the input source to the output.
// E.g., see SPIR-V OpModuleProcessed.
// Each "process" or "transform" uses is expressed in the form:
// process arg0 arg1 arg2 ...
// process arg0 arg1 arg2 ...
// where everything is textual, and there can be zero or more arguments