[profile] Fix the tests for patch in https://reviews.llvm.org/D49916.
authorCalixte Denizet <cdenizet@mozilla.com>
Fri, 21 Sep 2018 09:17:14 +0000 (09:17 +0000)
committerCalixte Denizet <cdenizet@mozilla.com>
Fri, 21 Sep 2018 09:17:14 +0000 (09:17 +0000)
commit8f7aab5c61c636a4870b2b9dd3a9e11deedd4ef6
tree0507425bf2260c95f9018fcaebd64893d10fa508
parent5713db4c4af8261b5306e1a6eb1a60625d8b4cc7
[profile] Fix the tests for patch in https://reviews.llvm.org/D49916.

Summary:
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.

Reviewers: marco-c, davidxl

Reviewed By: marco-c

Subscribers: delcypher, llvm-commits, #sanitizers, sylvestre.ledru

Differential Revision: https://reviews.llvm.org/D49917

llvm-svn: 342718
16 files changed:
compiler-rt/test/profile/Inputs/instrprof-dlopen-dlclose-main.c.gcov
compiler-rt/test/profile/Inputs/instrprof-dlopen-dlclose-main_three-libs.c.gcov
compiler-rt/test/profile/Inputs/instrprof-dlopen-func.c.gcov
compiler-rt/test/profile/Inputs/instrprof-dlopen-func2.c.gcov
compiler-rt/test/profile/Inputs/instrprof-dlopen-func3.c.gcov
compiler-rt/test/profile/Inputs/instrprof-gcov-exceptions.cpp.gcov
compiler-rt/test/profile/Inputs/instrprof-gcov-multiple-bbs-single-line.c.gcov
compiler-rt/test/profile/Inputs/instrprof-shared-lib.c.gcov
compiler-rt/test/profile/Inputs/instrprof-shared-lib_called-twice.c.gcov
compiler-rt/test/profile/Inputs/instrprof-shared-lib_in-loop.c.gcov
compiler-rt/test/profile/Inputs/instrprof-shared-main-gcov-flush_no-writeout.c.gcov
compiler-rt/test/profile/Inputs/instrprof-shared-main-gcov-flush_shared-call-after.c.gcov
compiler-rt/test/profile/Inputs/instrprof-shared-main-gcov-flush_shared-call-before-after.c.gcov
compiler-rt/test/profile/Inputs/instrprof-shared-main-gcov-flush_shared-call-before.c.gcov
compiler-rt/test/profile/Inputs/instrprof-shared-main.c.gcov
compiler-rt/test/profile/instrprof-gcov-exceptions.test