The YAML output produced by llvm-xray is supposed to be wrapped at the
arbitrary default of 70 columns set by yaml:Output. Unfortunately,
the wrapping is rather unpredictable, and can easily go past the set
number of columns, depending on the execution environment.
To make the YAML output environment-independent, disable wrapping
instead.