This is an archive of the discontinued LLVM Phabricator instance.

llvm-debuginfo-analyzer - Debug Information Visual Analizer
Needs ReviewPublic

Authored by CarlosAlbertoEnciso on Jun 2 2022, 5:00 AM.

Details

Reviewers
jdoerfert
Summary
NOTE: The purpose of this revision is to provide the LLVM community with a single patch, so llvm-debuginfo-analyzer can be built and try out right away, rather than apply the individual patches that have been uploaded for review.

See https://discourse.llvm.org/t/llvm-dev-rfc-llvm-dva-debug-information-visual-analyzer/62570 for more information.

SN Systems (Sony Interactive Entertainment) GitHub repository: https://github.com/SNSystems/llvm-debuginfo-analyzer

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptJun 2 2022, 5:00 AM
CarlosAlbertoEnciso requested review of this revision.Jun 2 2022, 5:00 AM
CarlosAlbertoEnciso edited the summary of this revision. (Show Details)Jun 2 2022, 5:05 AM
CarlosAlbertoEnciso retitled this revision from llvm-dva - Debug Information Visual Analizer to llvm-debuginfo-analyzer - Debug Information Visual Analizer.Aug 9 2022, 11:06 PM
CarlosAlbertoEnciso edited the summary of this revision. (Show Details)

Uploaded a new single patch that:

  • Addressed the reviewer’s feedback.
  • Tool renamed as: llvm-debuginfo-analyzer.

This updated patch solves the issues described in https://github.com/llvm/llvm-project/issues/57040

  • Incorrect function comparision.
  • Missing parameter line information.
CarlosAlbertoEnciso edited the summary of this revision. (Show Details)Aug 24 2022, 10:33 PM