This is an archive of the discontinued LLVM Phabricator instance.

Add an option do not dump the generated object on disk
ClosedPublic

Authored by gchatelet on Apr 5 2019, 7:58 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

gchatelet created this revision.Apr 5 2019, 7:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 5 2019, 7:58 AM
courbet accepted this revision.Apr 5 2019, 8:01 AM
courbet added inline comments.
tools/llvm-exegesis/lib/BenchmarkRunner.cpp
135 ↗(On Diff #193877)

This should go outside the if.

This revision is now accepted and ready to land.Apr 5 2019, 8:01 AM
gchatelet updated this revision to Diff 193880.Apr 5 2019, 8:06 AM
gchatelet marked an inline comment as done.
  • Move comment to the right line.
This revision was automatically updated to reflect the committed changes.