[PATCH] D147498: [dsymutil] Remove empty reproducer directory on exit
Jonas Devlieghere via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 4 22:03:49 PDT 2023
JDevlieghere accepted this revision.
JDevlieghere added a comment.
This revision is now accepted and ready to land.
Coincidentally, I discovered the same bug last Friday :-) Another alternative would be to create the directory when we decide to emit the reproducer, but I went with the current apporach to limit the amount of work done in the signal handler.
LGTM. Thanks for fixing this!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147498/new/
https://reviews.llvm.org/D147498
More information about the llvm-commits
mailing list