[all-commits] [llvm/llvm-project] f89319: Reland "[memprof] Refactor out the MemInfoBlock in...

Snehasish Kumar via All-commits all-commits at lists.llvm.org
Mon Feb 14 16:05:40 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f89319b841c0826822b7b8533b3d4f6443d3429b
      https://github.com/llvm/llvm-project/commit/f89319b841c0826822b7b8533b3d4f6443d3429b
  Author: Snehasish Kumar <snehasishk at google.com>
  Date:   2022-02-14 (Mon, 14 Feb 2022)

  Changed paths:
    A compiler-rt/include/profile/MIBEntryDef.inc
    M compiler-rt/include/profile/MemProfData.inc
    M compiler-rt/lib/memprof/memprof_allocator.cpp
    M compiler-rt/lib/memprof/tests/rawprofile.cpp
    A llvm/include/llvm/ProfileData/MIBEntryDef.inc
    M llvm/include/llvm/ProfileData/MemProf.h
    M llvm/include/llvm/ProfileData/MemProfData.inc
    M llvm/include/llvm/module.modulemap
    M llvm/unittests/ProfileData/MemProfTest.cpp

  Log Message:
  -----------
  Reland "[memprof] Refactor out the MemInfoBlock into a macro based def."

This reverts commit 857ec0d01f8021ff0d9540fcbf6ff24e29868ba4.

Fixes -DLLVM_ENABLE_MODULES=On build by adding the new textual
header to the modulemap file.

Reviewed in https://reviews.llvm.org/D117722




More information about the All-commits mailing list