[all-commits] [llvm/llvm-project] 4e8986: [Coverage] Mark coverage sections as metadata sect...

Zequan Wu via All-commits all-commits at lists.llvm.org
Tue Jan 9 13:58:42 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4e8986fc58dd88cbef9089a9b2841e0a87cbb481
      https://github.com/llvm/llvm-project/commit/4e8986fc58dd88cbef9089a9b2841e0a87cbb481
  Author: Zequan Wu <zequanwu at google.com>
  Date:   2024-01-09 (Tue, 09 Jan 2024)

  Changed paths:
    M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
    A llvm/test/CodeGen/X86/cov-sections.ll

  Log Message:
  -----------
  [Coverage] Mark coverage sections as metadata sections on COFF. (#76834)

Mark `.lcovmap$M`, `.lcovfun$M`, `.lcovd` and `.lcovn` as metadata
sections on COFF so they are not loaded into memory.




More information about the All-commits mailing list