diff options
author | Greg Clayton <gclayton@fb.com> | 2023-08-09 00:36:50 -0700 |
---|---|---|
committer | Greg Clayton <gclayton@fb.com> | 2023-08-09 14:13:03 -0700 |
commit | a3afff9fd56c437b8a3228e3a96dfb7ee6ae4165 (patch) | |
tree | 65dd4eb959ae33f7ad84da531bc647ffcf6e40fa /llvm/lib/Transforms/Utils/InlineFunction.cpp | |
parent | 18e161f9e15b036faf48bfd8813d9330e06e2ee3 (diff) | |
download | llvm-a3afff9fd56c437b8a3228e3a96dfb7ee6ae4165.zip llvm-a3afff9fd56c437b8a3228e3a96dfb7ee6ae4165.tar.gz llvm-a3afff9fd56c437b8a3228e3a96dfb7ee6ae4165.tar.bz2 |
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
Diffstat (limited to 'llvm/lib/Transforms/Utils/InlineFunction.cpp')
0 files changed, 0 insertions, 0 deletions