[PATCH] D34499: Expose __gcov_flush for parity with libgcov in the gcc project

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 26 14:02:23 PDT 2019


vsk added a comment.

Thanks for fixing the warning. To run the tests, try 'ninja check-profile' from your build directory. The failure from earlier just meant that the CHECK lines in a few *.gcov files needed to be updated. Here's a version of this patch which fixes up the tests which run on Darwin: F8777477: gcov-flush-fix-up-darwin-tests.diff <https://reviews.llvm.org/F8777477>

There are a number of tests which reference instrprof-shared-main-gcov-flush.c which still need to be fixed up -- these aren't supported on Darwin, and they weren't as easy for me to get to.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D34499





More information about the llvm-commits mailing list