[PATCH] D65751: [LNT] Add support for v2 fmt in test data library
Thomas Preud'homme via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 19 06:32:09 PDT 2019
thopre added a comment.
In D65751#1634999 <https://reviews.llvm.org/D65751#1634999>, @danilaml wrote:
> What does this mean for the existing v1 users? Will they continue using v1 format, i.e. will LNT keep using whatever it was using before this patch or will it switch to v2? Btw, is there some place/short summary of the rationale behind v2? Not really related to this patch per se, just want to understand the implication of the new format for the downstream users.
Yes existing users will still use the v1 format. The API is just extended to be able create a v2 format. As to the rationale I guess https://reviews.llvm.org/D34584 should contain some info.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65751/new/
https://reviews.llvm.org/D65751
More information about the llvm-commits
mailing list