[all-commits] [llvm/llvm-project] 2bede6: [memprof] Rename RawMemProfReader.{cpp, h} to MemPr...
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Wed Apr 10 22:03:41 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2bede6873dbe7021b306d3e5bec59d0fba2dd26c
https://github.com/llvm/llvm-project/commit/2bede6873dbe7021b306d3e5bec59d0fba2dd26c
Author: Kazu Hirata <kazu at google.com>
Date: 2024-04-10 (Wed, 10 Apr 2024)
Changed paths:
A llvm/include/llvm/ProfileData/MemProfReader.h
M llvm/include/llvm/ProfileData/RawMemProfReader.h
M llvm/lib/ProfileData/CMakeLists.txt
A llvm/lib/ProfileData/MemProfReader.cpp
R llvm/lib/ProfileData/RawMemProfReader.cpp
M llvm/tools/llvm-profdata/llvm-profdata.cpp
M llvm/unittests/ProfileData/MemProfTest.cpp
M llvm/utils/gn/secondary/llvm/lib/ProfileData/BUILD.gn
Log Message:
-----------
[memprof] Rename RawMemProfReader.{cpp,h} to MemProfReader.{cpp,h} (NFC) (#88200)
This patch renames RawMemProfReader.{cpp,h} to MemProfReader.{cpp,h},
respectively. Also, it re-creates RawMemProfReader.h just to include
MemProfReader.h for compatibility with out-of-tree users.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list