[PATCH] D60317: Add an option do not dump the generated object on disk

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 5 08:02:06 PDT 2019


courbet accepted this revision.
courbet added inline comments.
This revision is now accepted and ready to land.


================
Comment at: tools/llvm-exegesis/lib/BenchmarkRunner.cpp:135
+  if (DumpObjectToDisk) {
+    // Assemble NumRepetitions instructions repetitions of the snippet for
+    // measurements.
----------------
This should go outside the if.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60317/new/

https://reviews.llvm.org/D60317





More information about the llvm-commits mailing list