[all-commits] [llvm/llvm-project] a3afff: Remove some noisy log messages from showing up in ...
Greg Clayton via All-commits
all-commits at lists.llvm.org
Wed Aug 9 14:13:21 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a3afff9fd56c437b8a3228e3a96dfb7ee6ae4165
https://github.com/llvm/llvm-project/commit/a3afff9fd56c437b8a3228e3a96dfb7ee6ae4165
Author: Greg Clayton <gclayton at fb.com>
Date: 2023-08-09 (Wed, 09 Aug 2023)
Changed paths:
M llvm/lib/DebugInfo/GSYM/DwarfTransformer.cpp
M llvm/lib/DebugInfo/GSYM/GsymCreator.cpp
Log Message:
-----------
Remove some noisy log messages from showing up in llvm-gsymutil output.
This patch removes two log messages that were causing noisy output:
- when we have a zero sized symbol that gets removed in favor of something with a size or with debug info
- when an inlined function's address range has the same high and low pc, don't emit an error message as this is a common technique to indicate a function has been stripped or is no longer present.
Differential Revision: https://reviews.llvm.org/D156834
More information about the All-commits
mailing list