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

Aaron Puchert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 18 07:00:27 PDT 2022


aaronpuchert added a comment.

Ah, the `trap` is a singleton and the second invocation overwrites the earlier trap.

Perhaps we could also do a globbed `rm *.tmp`? Not sure if that would be too dangerous, or if we could choose a prefix that makes it more acceptable.


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