This is an archive of the discontinued LLVM Phabricator instance.

[libunwind][NFC] FIx some typo in libunwind's debug string
ClosedPublic

Authored by xiongji90 on Nov 6 2022, 10:59 PM.

Details

Reviewers
MaskRay
mstorsjo
Group Reviewers
Restricted Project
Commits
rG4fde94fb4329: [libunwind][NFC] Fix typo in libunwind debug string
Summary

In libunwind UnwindLevel1.c, some debug strings use "ex_obj" while some other use "ex_ojb" for exception_object, it seesm to be a typo.

Diff Detail

Event Timeline

xiongji90 created this revision.Nov 6 2022, 10:59 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptNov 6 2022, 10:59 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
xiongji90 requested review of this revision.Nov 6 2022, 10:59 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 6 2022, 10:59 PM

Hi, @MaskRay
Could you take a look at this PR? This trivial patch aims to fix a potential typo.

Thanks very much.

mstorsjo accepted this revision.Nov 10 2022, 12:49 AM
mstorsjo added a subscriber: mstorsjo.

LGTM

This revision is now accepted and ready to land.Nov 10 2022, 12:49 AM
This revision was landed with ongoing or failed builds.Nov 10 2022, 5:33 AM
This revision was automatically updated to reflect the committed changes.