[PATCH] D70330: [profile] Fix file contention causing dropped counts on Windows under -fprofile-generate

Hans Wennborg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 27 06:45:56 PST 2019


hans accepted this revision.
hans added inline comments.


================
Comment at: compiler-rt/test/profile/Windows/instrprof-multiprocess.test:1
+RUN: mkdir -p %t.d
+RUN: %clang_profgen %S/Inputs/instrprof-multiprocess.c -o %t
----------------
I just noticed, this new dir doesn't seem to get used anywhere. I'll remove it when committing.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70330/new/

https://reviews.llvm.org/D70330





More information about the llvm-commits mailing list