[PATCH] D37339: [LNT] Invalid field being used on the samples graph API

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 31 12:41:48 PDT 2017


MatzeB added a comment.

Ah yeah I had to abandon field.index in r312059; it can usually be replaced by TestSuiteDB.get_field_index(field). Doing it like proposed here is fine too (except for the `if not field_index` test being bad now as Chris already mentioned).


https://reviews.llvm.org/D37339





More information about the llvm-commits mailing list