[PATCH] D27295: Remove existing file in a separate thread asynchronously.
Joerg Sonnenberger via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 1 09:54:29 PST 2016
joerg added a comment.
dd if=/dev/zero of=testfile bs=1024k count=1024
sync
time rm testfile
https://reviews.llvm.org/D27295
More information about the llvm-commits
mailing list