[all-commits] [llvm/llvm-project] 399bc4: [CodeView] Fix inline sites that are missing code ...

Amy Huang via All-commits all-commits at lists.llvm.org
Mon Dec 7 13:02:22 PST 2020


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 399bc48eccf0d983a8a4644c12ed9cc21ff33f33
      https://github.com/llvm/llvm-project/commit/399bc48eccf0d983a8a4644c12ed9cc21ff33f33
  Author: Amy Huang <akhuang at google.com>
  Date:   2020-12-07 (Mon, 07 Dec 2020)

  Changed paths:
    M llvm/lib/MC/MCCodeView.cpp
    M llvm/test/MC/COFF/cv-inline-linetable-infloop.s
    M llvm/test/MC/COFF/cv-loc-unreachable-2.s
    M llvm/test/MC/COFF/cv-loc-unreachable.s

  Log Message:
  -----------
  [CodeView] Fix inline sites that are missing code offsets.

When an inline site has a starting code offset of 0, we sometimes
don't emit the starting offset.

Bug: https://bugs.llvm.org/show_bug.cgi?id=48377

Differential Revision: https://reviews.llvm.org/D92590




More information about the All-commits mailing list