[PATCH] D88661: llvm-diva - Debug Information Visual Analizer

Carlos Alberto Enciso via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 4 11:10:36 PDT 2020


CarlosAlbertoEnciso added a comment.

> Some documented options appear to be unavailable.
>
>   % fllvm-diva --sort=offset /tmp/Debug/bin/clang       
>   llvm-diva: Unknown command line argument '--sort=offset'.  Try: '/tmp/RelA/bin/llvm-diva --help'
>   llvm-diva: Did you mean '--report=offset'?

The option `--sort=offset` in the documentation example is incorrect. It should read:

`llvm-diva --output-sort=offset --attribute=level --print=scopes,symbols,types,lines,instructions test.o`

The documentation have been updated.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88661/new/

https://reviews.llvm.org/D88661



More information about the llvm-commits mailing list