[PATCH] D16871: lit: Allow arbitrary key/value data in a test result

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 16 19:41:32 PST 2016


MatzeB added a comment.

I just tried changing my code to use addMetric to store the md5sum, but that fails: TypeError: unexpected metric value: '577ee3bb6917176a1130303424ed1aea' because only subclasses of IntMetricValue and RealMetricValue are accepted.

So this patch seems the only way to store those, it is ok to push it?


Repository:
  rL LLVM

http://reviews.llvm.org/D16871





More information about the llvm-commits mailing list