Revert "[memprof] Store callsite metadata with memprof records."
authorMitch Phillips <31459023+hctim@users.noreply.github.com>
Mon, 21 Mar 2022 22:58:38 +0000 (15:58 -0700)
committerMitch Phillips <31459023+hctim@users.noreply.github.com>
Mon, 21 Mar 2022 22:59:13 +0000 (15:59 -0700)
commitf4b794427e8037a4e952cacdfe7201e961f31a6f
tree6a3073836b267de56d48d962a65322eb4073d8d0
parent79613185d305013de743cdbd6690e4d77c8af27e
Revert "[memprof] Store callsite metadata with memprof records."

This reverts commit 0d362c90d335509c57c0fbd01ae1829e2b9c3765.

Reason: Causes the MSan buildbot to fail (see comments on
https://reviews.llvm.org/D121179 for more information
12 files changed:
llvm/include/llvm/ProfileData/InstrProfWriter.h
llvm/include/llvm/ProfileData/MemProf.h
llvm/include/llvm/ProfileData/RawMemProfReader.h
llvm/lib/ProfileData/InstrProfWriter.cpp
llvm/lib/ProfileData/MemProf.cpp
llvm/lib/ProfileData/RawMemProfReader.cpp
llvm/test/tools/llvm-profdata/Inputs/inline.memprofexe [deleted file]
llvm/test/tools/llvm-profdata/memprof-basic.test
llvm/test/tools/llvm-profdata/memprof-inline.test
llvm/tools/llvm-profdata/llvm-profdata.cpp
llvm/unittests/ProfileData/InstrProfTest.cpp
llvm/unittests/ProfileData/MemProfTest.cpp