This is an archive of the discontinued LLVM Phabricator instance.

Disable wrapping llvm-xray YAML output
ClosedPublic

Authored by dim on Feb 14 2017, 2:17 PM.

Details

Summary

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.

Event Timeline

dim created this revision.Feb 14 2017, 2:17 PM
dberris accepted this revision.Feb 14 2017, 2:19 PM

LGTM -- thanks @dim!

This revision is now accepted and ready to land.Feb 14 2017, 2:19 PM
dim closed this revision.Feb 14 2017, 3:01 PM