summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/profile/instrprof-gcov-two-objects.test
Commit message (Collapse)AuthorAgeFilesLines
* [Profile] Fix gcov testsCalixte Denizet2018-09-251-1/+1
| | | | | | | | | | | | | | Summary: The gcda need to be delete before running the binary to avoid to have an increasing "# of Runs" when a test is failing Reviewers: vitalybuka, eugenis, marco-c Reviewed By: marco-c Subscribers: delcypher, llvm-commits, #sanitizers, sylvestre.ledru, marco-c Differential Revision: https://reviews.llvm.org/D52456 llvm-svn: 342963
* Remove ppc64 BE XFAILs now that gcov profiling works, after starting a cleanZaara Syeda2018-07-111-3/+0
| | | | | | build this time. llvm-svn: 336839
* Revert 336811, there are still some problems with the tests.Zaara Syeda2018-07-111-0/+3
| | | | llvm-svn: 336819
* Remove ppc64 BE XFAILs now that gcov profiling works.Zaara Syeda2018-07-111-3/+0
| | | | llvm-svn: 336811
* Remove s390x XFAILs now that gcov profiling works.Ulrich Weigand2018-07-101-2/+2
| | | | llvm-svn: 336695
* Reapply "Make __gcov_flush flush counters for all shared libraries"Marco Castelluccio2018-07-101-0/+21
| | | | | | | 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 Zolotukhin2018-07-071-18/+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 librariesMarco Castelluccio2018-07-051-0/+18
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
OpenPOWER on IntegriCloud