[all-commits] [llvm/llvm-project] bdc68e: Revert "[InstrProf] Add Correlator class to read d...

Ellis Hoag via All-commits all-commits at lists.llvm.org
Thu Dec 16 16:28:35 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bdc68ee70fa96a3ebf810649f9821baaf8f7154f
      https://github.com/llvm/llvm-project/commit/bdc68ee70fa96a3ebf810649f9821baaf8f7154f
  Author: Ellis Hoag <ellis.sparky.hoag at gmail.com>
  Date:   2021-12-16 (Thu, 16 Dec 2021)

  Changed paths:
    R compiler-rt/test/profile/Darwin/instrprof-debug-info-correlate.c
    R compiler-rt/test/profile/Linux/instrprof-debug-info-correlate.c
    M llvm/include/llvm/ProfileData/InstrProf.h
    R llvm/include/llvm/ProfileData/InstrProfCorrelator.h
    M llvm/include/llvm/ProfileData/InstrProfReader.h
    M llvm/lib/ProfileData/CMakeLists.txt
    M llvm/lib/ProfileData/InstrProf.cpp
    R llvm/lib/ProfileData/InstrProfCorrelator.cpp
    M llvm/lib/ProfileData/InstrProfReader.cpp
    M llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
    M llvm/tools/llvm-profdata/CMakeLists.txt
    M llvm/tools/llvm-profdata/llvm-profdata.cpp

  Log Message:
  -----------
  Revert "[InstrProf] Add Correlator class to read debug info"

Also reverts an attempt to fix the build errors https://reviews.llvm.org/D115911

The original diff https://reviews.llvm.org/D114566 causes some build
errors that I need to investigate.

https://lab.llvm.org/buildbot/#/builders/118/builds/7037

This reverts commit 95946d2f8589b5450d8f9a9e9b4f7adf44386f8b.

Reviewed By: kyulee

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




More information about the All-commits mailing list