This is an archive of the discontinued LLVM Phabricator instance.

[llvm-exegesis] Add a flag to output analysis csv to a file.
ClosedPublic

Authored by courbet on May 16 2018, 2:03 AM.

Diff Detail

Event Timeline

courbet created this revision.May 16 2018, 2:03 AM
gchatelet requested changes to this revision.May 16 2018, 2:15 AM
gchatelet added inline comments.
tools/llvm-exegesis/llvm-exegesis.cpp
141–142

Remove the line.

158

Does this work with "-" ?

This revision now requires changes to proceed.May 16 2018, 2:15 AM
courbet updated this revision to Diff 147020.May 16 2018, 2:22 AM
courbet marked an inline comment as done.

address review comments

courbet updated this revision to Diff 147021.May 16 2018, 2:24 AM

address review comments

tools/llvm-exegesis/llvm-exegesis.cpp
158

Sure.

gchatelet accepted this revision.May 16 2018, 2:53 AM
This revision is now accepted and ready to land.May 16 2018, 2:53 AM
This revision was automatically updated to reflect the committed changes.