The goal of D49916 is to remove some hit counters from lines like '}'.
So as a consequence, the tests must be fixed.
FYI, after holidays, I'll add more tests.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D49917
[profile] Fix the tests for patch in https://reviews.llvm.org/D49916. ClosedPublic Authored by calixte on Jul 27 2018, 7:25 AM.
Details Summary The goal of D49916 is to remove some hit counters from lines like '}'.
Diff Detail
Event TimelineHerald added subscribers: Restricted Project, llvm-commits, delcypher. · View Herald TranscriptJul 27 2018, 7:25 AM
This revision is now accepted and ready to land.Sep 21 2018, 2:11 AM Closed by commit rL342718: [profile] Fix the tests for patch in https://reviews.llvm.org/D49916. (authored by calixte). · Explain WhySep 21 2018, 2:18 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 166417 compiler-rt/trunk/test/profile/Inputs/instrprof-dlopen-dlclose-main.c.gcov
compiler-rt/trunk/test/profile/Inputs/instrprof-dlopen-dlclose-main_three-libs.c.gcov
compiler-rt/trunk/test/profile/Inputs/instrprof-dlopen-func.c.gcov
compiler-rt/trunk/test/profile/Inputs/instrprof-dlopen-func2.c.gcov
compiler-rt/trunk/test/profile/Inputs/instrprof-dlopen-func3.c.gcov
compiler-rt/trunk/test/profile/Inputs/instrprof-gcov-exceptions.cpp.gcov
compiler-rt/trunk/test/profile/Inputs/instrprof-gcov-multiple-bbs-single-line.c.gcov
compiler-rt/trunk/test/profile/Inputs/instrprof-shared-lib.c.gcov
compiler-rt/trunk/test/profile/Inputs/instrprof-shared-lib_called-twice.c.gcov
compiler-rt/trunk/test/profile/Inputs/instrprof-shared-lib_in-loop.c.gcov
compiler-rt/trunk/test/profile/Inputs/instrprof-shared-main-gcov-flush_no-writeout.c.gcov
compiler-rt/trunk/test/profile/Inputs/instrprof-shared-main-gcov-flush_shared-call-after.c.gcov
compiler-rt/trunk/test/profile/Inputs/instrprof-shared-main-gcov-flush_shared-call-before-after.c.gcov
compiler-rt/trunk/test/profile/Inputs/instrprof-shared-main-gcov-flush_shared-call-before.c.gcov
compiler-rt/trunk/test/profile/Inputs/instrprof-shared-main.c.gcov
compiler-rt/trunk/test/profile/instrprof-gcov-exceptions.test
|