[PATCH] D30380: Teach lit to expand glob expressions

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 28 14:12:47 PST 2017


mehdi_amini added a comment.

I looked at the fuzzer test that triggered this in the first place: the issue is that it spawns multiple processes that dump their coverage file with the PID in the name. The PID can't be predict in advance obviously...


https://reviews.llvm.org/D30380





More information about the llvm-commits mailing list