[PATCH] D70330: [profile] Fix file contention causing dropped counts on Windows under -fprofile-generate
David Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 20 12:23:56 PST 2019
davidxl added inline comments.
================
Comment at: compiler-rt/test/profile/Windows/instrprof-multiwrite.test:6
+RUN: %run %t
+RUN: llvm-profdata show -function=foo %t_*.profraw | FileCheck %s
+
----------------
add option --counts to check the exact profile counts.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70330/new/
https://reviews.llvm.org/D70330
More information about the llvm-commits
mailing list