[all-commits] [llvm/llvm-project] 47b005: [CoverageMapping] Avoid use of pow() resulting in ...

Alan Phipps via All-commits all-commits at lists.llvm.org
Thu Dec 14 21:49:49 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 47b0052f3144afdfe28c64d8b12e351141805ec6
      https://github.com/llvm/llvm-project/commit/47b0052f3144afdfe28c64d8b12e351141805ec6
  Author: Alan Phipps <a-phipps at ti.com>
  Date:   2023-12-14 (Thu, 14 Dec 2023)

  Changed paths:
    M llvm/lib/ProfileData/Coverage/CoverageMapping.cpp

  Log Message:
  -----------
  [CoverageMapping] Avoid use of pow() resulting in solaris build fail (#75559)

Fixes a build failure introduced by
commit 8ecbb0404d74 ("Reland [Coverage][llvm-cov]
Enable MC/DC Support in LLVM Source-based Code Coverage (2/3)")

Use of pow() is not necessary.




More information about the All-commits mailing list