This is an archive of the discontinued LLVM Phabricator instance.

[utils] Make .cfi_startproc optional for powerpc
ClosedPublic

Authored by MaskRay on Jan 16 2018, 4:07 PM.

Details

Summary

llc sometimes may not emit .cfi_startproc which makes func_dict to have less entries.

Diff Detail

Repository
rL LLVM

Event Timeline

MaskRay created this revision.Jan 16 2018, 4:07 PM
spatel accepted this revision.Jan 17 2018, 10:41 AM

LGTM - feel free to make any script changes to improve PPC handling.

This revision is now accepted and ready to land.Jan 17 2018, 10:41 AM
This revision was automatically updated to reflect the committed changes.