Closed
Bug 1657391
Opened 4 years ago
Closed 4 years ago
Update CodeCoverageHandler.cpp for clang-12
Categories
(Testing :: Code Coverage, defect)
Testing
Code Coverage
Tracking
(firefox81 fixed)
RESOLVED
FIXED
81 Branch
Tracking | Status | |
---|---|---|
firefox81 | --- | fixed |
People
(Reporter: away, Assigned: away)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
In clang-12, https://github.com/llvm/llvm-project/commit/5809a32e7c2d79a9a463eb9c15cde994b42e3002 split __gcov_flush
into __gcov_dump
and __gcov_reset
. We'll need to update CodeCoverageHandler.cpp to match.
In clang-12, https://github.com/llvm/llvm-project/commit/5809a32e7c2d79a9a463eb9c15cde994b42e3002 split __gcov_flush
into __gcov_dump
and __gcov_reset
. We have to make a corresponding update in CodeCoverageHandler.cpp to avoid build errors.
Pushed by dmajor@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/c6d9f195518a Update CodeCoverageHandler.cpp for clang-12 r=marco
Comment 3•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox81:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 81 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•