[all-commits] [llvm/llvm-project] 438fe1: CoverageMappingWriter: Emit `Decision` before `Exp...

NAKAMURA Takumi via All-commits all-commits at lists.llvm.org
Fri Feb 2 01:37:22 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 438fe1db09b0c20708ea1020519d8073c37feae8
      https://github.com/llvm/llvm-project/commit/438fe1db09b0c20708ea1020519d8073c37feae8
  Author: NAKAMURA Takumi <geek4civic at gmail.com>
  Date:   2024-02-02 (Fri, 02 Feb 2024)

  Changed paths:
    M llvm/lib/ProfileData/Coverage/CoverageMappingWriter.cpp
    M llvm/unittests/ProfileData/CoverageMappingTest.cpp

  Log Message:
  -----------
  CoverageMappingWriter: Emit `Decision` before `Expansion` (#78966)

To relax scanning record, tweak order by `Decision < Expansion`, or
`Expansion` could not be distinguished whether it belonged to `Decision`
or not.

Relevant to #77871




More information about the All-commits mailing list