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

via llvm-commits llvm-commits at lists.llvm.org
Thu May 9 04:57:22 PDT 2024


================
@@ -50,6 +51,7 @@ struct DILineInfo {
   // DWARF-specific.
   uint32_t Discriminator = 0;
 
+  bool IsApproximatedLine = 0;
----------------
ampandey-1995 wrote:

Done

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


More information about the llvm-commits mailing list