Files
clang-p2996/llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
Alan Phipps 47b0052f31 [CoverageMapping] Avoid use of pow() resulting in solaris build fail (#75559)
Fixes a build failure introduced by
commit 8ecbb0404d ("Reland [Coverage][llvm-cov]
Enable MC/DC Support in LLVM Source-based Code Coverage (2/3)")

Use of pow() is not necessary.
2023-12-14 23:49:35 -06:00

53 KiB