[llvm] [llvm-gsymutil] Don't warn about duplicate debug info for merged functions (PR #122973)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 21 11:50:52 PST 2025
================
@@ -147,7 +147,8 @@ class GsymCreator {
bool IsSegment = false;
bool Finalized = false;
bool Quiet;
-
+ // Specifies weather the input might contain merged functions
----------------
alx32 wrote:
Indeed, force rebase overwrote previous fixes - should be good now.
https://github.com/llvm/llvm-project/pull/122973
More information about the llvm-commits
mailing list