[PATCH] D60337: [test-suite] litsupport/modules/microbenchmark.py: propagate perf file to the microbenchmarks

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 10 07:37:10 PDT 2019


lebedev.ri marked an inline comment as done.
lebedev.ri added inline comments.


================
Comment at: litsupport/modules/microbenchmark.py:43
+            # Propagate the perf profile to the microbenchmark.
+            if context.profilefile:
+                microBenchmark.addMetric(
----------------
Ah yes, this should be `if hasattr(context, 'profilefile'):`, will fix.


Repository:
  rT test-suite

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

https://reviews.llvm.org/D60337





More information about the llvm-commits mailing list