[lld] [llvm] [Symbolizer] Support for Missing Line Numbers. (PR #82240)

via llvm-commits llvm-commits at lists.llvm.org
Thu May 9 04:59:55 PDT 2024


================
@@ -427,6 +429,9 @@ class DWARFDebugLine {
   using LineTableConstIter = LineTableMapTy::const_iterator;
 
   LineTableMapTy LineTableMap;
+
+public:
+  inline static bool ReportApproximateLine = false;
----------------
ampandey-1995 wrote:

Yes, I have created a structure by the name ```Approximate``` to cover this as member of the said struct  and passing object of struct as parameter to functions.  

https://github.com/llvm/llvm-project/pull/82240


More information about the llvm-commits mailing list