[all-commits] [llvm/llvm-project] 749d59: [MemProf][NFC] Correct comment about stripping of ...
Teresa Johnson via All-commits
all-commits at lists.llvm.org
Wed Nov 29 10:34:35 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 749d595de906e43660dfd0daa1a60b501e1dc838
https://github.com/llvm/llvm-project/commit/749d595de906e43660dfd0daa1a60b501e1dc838
Author: Teresa Johnson <tejohnson at google.com>
Date: 2023-11-29 (Wed, 29 Nov 2023)
Changed paths:
M llvm/lib/ProfileData/MemProf.cpp
Log Message:
-----------
[MemProf][NFC] Correct comment about stripping of suffixes in profile (#73840)
The comment about the stripping of suffixes when creating the indexed
MemProf profile was partially incorrect, as we do not strip ".__uniq."
suffixes by default (by design). Update the comment accordingly.
More information about the All-commits
mailing list