[llvm] [llvm-gsymutil] Don't warn about non-increasing line tables with merged functions (PR #122217)
Ellis Hoag via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 9 15:03:40 PST 2025
================
@@ -147,7 +147,7 @@ class GsymCreator {
bool IsSegment = false;
bool Finalized = false;
bool Quiet;
-
+ bool UseMergedFuncs = false;
----------------
ellishg wrote:
Can we document this variable?
https://github.com/llvm/llvm-project/pull/122217
More information about the llvm-commits
mailing list