[PATCH] D101446: [llvm] Improve export.sh with help and snapshot

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 10 17:52:55 PDT 2021


tstellar added a comment.

I'm fine with the concept of having an option for generating a snapshot tarball.  I understand that it may not be useful to everyone, but we already ship tarballs as part of our releases and if we were to do official snapshots for the project, we would want to generate the tarballs in the same way.  I do agree with Hans that it would be nice if there was some way to uniquely identify the tarball (e.g. with the git hash) otherwise if you do multiple tarballs a day, they would all have the same name.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101446



More information about the llvm-commits mailing list