[libcxx-commits] [PATCH] D93520: [libc++] [CI] Install Tip-of-Trunk clang.

Marek Kurdej via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Dec 18 00:23:08 PST 2020


curdeius added a comment.

I can make it work without the `LLVM_TOT_VERSION` by getting `$LLVM_VERSION` from llvm.sh script and putting it into a temporary file (because I can't store it in a variable during docker build). Would it be better?
Another thing, should we prefer installing a fixed version of clang-format or ToT? The latter has improvements for concepts for example, but may (theoretically) be unstable.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93520



More information about the libcxx-commits mailing list