This is an archive of the discontinued LLVM Phabricator instance.

Add a case for Rust in LLDB's PDB reader
ClosedPublic

Authored by arlosi on Feb 4 2022, 3:44 PM.

Details

Summary

D115300 added Rust as a new PDB language type.

This change allows LLDB to recognize the new language type.

Diff Detail

Event Timeline

arlosi created this revision.Feb 4 2022, 3:44 PM
arlosi requested review of this revision.Feb 4 2022, 3:44 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 4 2022, 3:44 PM
arlosi retitled this revision from Add a cases Rust in LLDB's PDB reading to Add a case for Rust in LLDB's PDB reader.Feb 4 2022, 3:44 PM
arlosi edited the summary of this revision. (Show Details)
rnk accepted this revision.Feb 7 2022, 11:52 AM

lgtm

This revision is now accepted and ready to land.Feb 7 2022, 11:52 AM
arlosi added a comment.Feb 7 2022, 1:16 PM

Thanks for the review rnk. Could someone complete this for me? I do not have commit access.

This revision was automatically updated to reflect the committed changes.