[all-commits] [llvm/llvm-project] 91aed9: [CodeGen] emit CG profile for COFF object file

ZequanWu via All-commits all-commits at lists.llvm.org
Fri Sep 18 10:58:16 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 91aed9bf975f1e4346cc8f4bdefc98436386ced2
      https://github.com/llvm/llvm-project/commit/91aed9bf975f1e4346cc8f4bdefc98436386ced2
  Author: Zequan Wu <zequanwu at google.com>
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
    M llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
    M llvm/include/llvm/Target/TargetLoweringObjectFile.h
    M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
    M llvm/lib/Target/TargetLoweringObjectFile.cpp
    A llvm/test/MC/COFF/cgprofile.ll

  Log Message:
  -----------
  [CodeGen] emit CG profile for COFF object file

I forgot to add emission of CG profile for COFF object file, when adding the support (https://reviews.llvm.org/D81775)

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




More information about the All-commits mailing list