When reducing llvm-reduce with llvm-reduce, it can be confusing
to figure out what lines are printed by the child or parent. Not
sure this is the most reliable way to set and restore this.
Details
Details
- Reviewers
regehr aeubanks lebedev.ri
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Yes. They seem to not be independently settable. I originally set both with different colors but the second one always applied to both
Comment Actions
I am noticing some instances not getting the output colored when using parallel reduction
Comment Actions
given that the streams are global, I guess we shouldn't do this with parallel execution, unless we somehow serialize that output
Comment Actions
I've reverted in 29cf7dffb81b0522231b1c154de108e059d8a4f0 because I think this is breaking an msan bot, see that commit description. (probably not doing this with parallel reduction is good enough)
Comment Actions
The parallel debug log is also pretty annoying. I was thinking of capturing the output and ensuring a printed order