Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reapply "Make __gcov_flush flush counters for all shared libraries" | Marco Castelluccio | 2018-07-10 | 1 | -0/+36 |
| | | | | | | | This reapplies r336365, after marking tests as failing on various configurations. llvm-svn: 336678 | ||||
* | Revert "Make __gcov_flush flush counters for all shared libraries" | Michael Zolotukhin | 2018-07-07 | 1 | -36/+0 |
| | | | | | | | This reverts r336365: the added tests are failing on various configurations (e.g. on green-dragon). llvm-svn: 336474 | ||||
* | Make __gcov_flush flush counters for all shared libraries | Marco Castelluccio | 2018-07-05 | 1 | -0/+36 |
Summary: This will make the behavior of __gcov_flush match the GCC behavior. I would like to rename __gcov_flush to __llvm_gcov_flush (in case of programs linking to libraries built with different compilers), but I guess we can't for compatibility reasons. Reviewers: davidxl Reviewed By: davidxl Subscribers: samsonov, vitalybuka, pcc, kcc, junbuml, glider, fhahn, eugenis, dvyukov, davidxl, srhines, chh, llvm-commits, #sanitizers Differential Revision: https://reviews.llvm.org/D48538 llvm-svn: 336365 |