[all-commits] [llvm/llvm-project] 216575: Revert "Revert "[ProfileData] Read and symbolize r...
Snehasish Kumar via All-commits
all-commits at lists.llvm.org
Tue Feb 8 13:37:51 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 216575e581023f6bac9bb81fbfb5b626faf93f23
https://github.com/llvm/llvm-project/commit/216575e581023f6bac9bb81fbfb5b626faf93f23
Author: Snehasish Kumar <snehasishk at google.com>
Date: 2022-02-08 (Tue, 08 Feb 2022)
Changed paths:
M llvm/include/llvm/DebugInfo/DIContext.h
A llvm/include/llvm/ProfileData/MemProf.h
M llvm/include/llvm/ProfileData/RawMemProfReader.h
M llvm/lib/ProfileData/CMakeLists.txt
M llvm/lib/ProfileData/RawMemProfReader.cpp
A llvm/test/tools/llvm-profdata/Inputs/basic.memprofexe
M llvm/test/tools/llvm-profdata/Inputs/basic.memprofraw
A llvm/test/tools/llvm-profdata/Inputs/multi.memprofexe
M llvm/test/tools/llvm-profdata/Inputs/multi.memprofraw
M llvm/test/tools/llvm-profdata/memprof-basic.test
M llvm/test/tools/llvm-profdata/memprof-multi.test
M llvm/tools/llvm-profdata/llvm-profdata.cpp
M llvm/unittests/ProfileData/CMakeLists.txt
A llvm/unittests/ProfileData/MemProfTest.cpp
Log Message:
-----------
Revert "Revert "[ProfileData] Read and symbolize raw memprof profiles.""
This reverts commit dbf47d227d080e4eb7239b589660f51d7b08afa9.
Reapply https://reviews.llvm.org/D116784 now that
https://reviews.llvm.org/D118413 has landed with a couple of fixes:
* fix raw profile reader unaligned access identified by ubsan
* fix windows build by using MOCK_CONST_METHOD3 instead of MOCK_METHOD.
More information about the All-commits
mailing list