[PATCH] D121972: Add cmake/ to release tarballs via concatenation

Aaron Puchert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 21 07:32:22 PDT 2022


aaronpuchert added inline comments.


================
Comment at: llvm/utils/release/export.sh:134
+    cmake_archive_file=$tmp_dir/cmake.tar
+    trap "rm -rv $tmp_dir" EXIT
+    pushd $llvm_src_dir
----------------
kwk wrote:
> I'm unsure if this needs to be verbose.
Yes, it's likely not interesting. I just decided to copy over the `-v` for now.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121972



More information about the llvm-commits mailing list