Issue 180726
Summary Use '--output-sort=id' instead of '--output-sort=offset' in the llvm-debuginfo-analyzer documentation.
Labels tools:llvm-debuginfo-analyzer
Assignees
Reporter CarlosAlbertoEnciso
    The `llvm-debuginfo-analyzer` documentation uses `--output-sort=offset` as the sorting key for the printing of the logical view.
But the internal `offset` used with `--output-sort=offset` is not generated in the same way for all readers, which can produce different output.

https://github.com/llvm/llvm-project/pull/145761 Added the `=none` and `=id` values for the `--output-sort` option.

Replace the use of `--output-sort=offset` with `--output-sort=id`.



_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to