[PATCH] D109577: [LNT] Fixed incorrect orders behavior in case of miss formatted llvm_project_revision

Chris Matthews via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 16 10:23:21 PDT 2021


cmatthews added a comment.

One real problem that we are having is that the most common submission format that I know if is the git describe output.  We are using that everywhere.

The numeric part is really what we want from that, but folks seem to just shoot the whole string in.  Totally breaks the graphs and all sorts of stuff.

I was thinking about special casing that somehow.

<well-know-tag>-123456-HHHHHHHHHH


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109577



More information about the llvm-commits mailing list