[PATCH] D53988: Close file mapping handle on Windows, so flushed gcda files can be removed while the process is in execution

Marco Castelluccio via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 6 04:20:23 PST 2018


marco-c marked an inline comment as done.
marco-c added inline comments.


================
Comment at: lib/profile/GCDAProfiling.c:34
+#include <windows.h>
 #include "WindowsMMap.h"
 #else
----------------
calixte wrote:
> this header is probably useless now
It's needed for flock.


https://reviews.llvm.org/D53988





More information about the llvm-commits mailing list