[lld] [llvm] [Symbolizer] Support for Missing Line Numbers. (PR #82240)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Thu May 16 00:23:27 PDT 2024
================
@@ -482,6 +482,7 @@ int llvm_symbolizer_main(int argc, char **argv, const llvm::ToolContext &) {
} else {
Opts.PathStyle = DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath;
}
+ Opts.ApproximateLine = Args.hasArg(OPT_skip_line_zero);
----------------
MaskRay wrote:
rename the variable as OPT_skip_line_zero is used now
https://github.com/llvm/llvm-project/pull/82240
More information about the llvm-commits
mailing list