================ @@ -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