Revert "[ProfileData] Read and symbolize raw memprof profiles."
authorSnehasish Kumar <snehasishk@google.com>
Fri, 4 Feb 2022 00:09:23 +0000 (16:09 -0800)
committerSnehasish Kumar <snehasishk@google.com>
Fri, 4 Feb 2022 00:14:05 +0000 (16:14 -0800)
commitdbf47d227d080e4eb7239b589660f51d7b08afa9
tree243b32199c3f0c5813ae4eb6d39801dcf566ee22
parente8485b744ab87444dd55631fa22eb7b18c9d52b8
Revert "[ProfileData] Read and symbolize raw memprof profiles."

This reverts commit 26f978d4c5ad0d2217940ef7625b0c3c0d576988.

This patch added a transitive dependency on libcurl via symbolize.
See discussion
https://reviews.llvm.org/D116784#inline-1137928
https://reviews.llvm.org/D113717#3295350
14 files changed:
llvm/include/llvm/DebugInfo/DIContext.h
llvm/include/llvm/ProfileData/MemProf.h [deleted file]
llvm/include/llvm/ProfileData/RawMemProfReader.h
llvm/lib/ProfileData/CMakeLists.txt
llvm/lib/ProfileData/RawMemProfReader.cpp
llvm/test/tools/llvm-profdata/Inputs/basic.memprofexe [deleted file]
llvm/test/tools/llvm-profdata/Inputs/basic.memprofraw
llvm/test/tools/llvm-profdata/Inputs/multi.memprofexe [deleted file]
llvm/test/tools/llvm-profdata/Inputs/multi.memprofraw
llvm/test/tools/llvm-profdata/memprof-basic.test
llvm/test/tools/llvm-profdata/memprof-multi.test
llvm/tools/llvm-profdata/llvm-profdata.cpp
llvm/unittests/ProfileData/CMakeLists.txt
llvm/unittests/ProfileData/MemProfTest.cpp [deleted file]