[llvm] [llvm-gsymutil] Don't warn about duplicate debug info for merged functions (PR #122973)
Ellis Hoag via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 21 11:46:26 PST 2025
================
@@ -147,7 +147,8 @@ class GsymCreator {
bool IsSegment = false;
bool Finalized = false;
bool Quiet;
-
+ // Specifies weather the input might contain merged functions
----------------
ellishg wrote:
These typos don't seem to be fixed yet
https://github.com/llvm/llvm-project/pull/122973
More information about the llvm-commits
mailing list