[all-commits] [llvm/llvm-project] 6eca24: [llvm-profgen] Deduplicate and improve warning for...
WenleiHe via All-commits
all-commits at lists.llvm.org
Thu Sep 2 09:16:18 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6eca242e09d08202380e6bfe85e129c50f788d6b
https://github.com/llvm/llvm-project/commit/6eca242e09d08202380e6bfe85e129c50f788d6b
Author: Wenlei He <aktoon at gmail.com>
Date: 2021-09-02 (Thu, 02 Sep 2021)
Changed paths:
M llvm/tools/llvm-profgen/PerfReader.cpp
M llvm/tools/llvm-profgen/PerfReader.h
Log Message:
-----------
[llvm-profgen] Deduplicate and improve warning for truncated context
This change improves the warning for truncated context by: 1) deduplicate them as one call without probe can appear in many different context leading to duplicated warnings , 2) rephrase the message to make it easier to understand. The term "untracked frame" can be confusing.
Differential Revision: https://reviews.llvm.org/D109115
More information about the All-commits
mailing list