This is an archive of the discontinued LLVM Phabricator instance.

[DebugInfo] Refactor DIExpression [SZ]Ext creation into function [NFC]
ClosedPublic

Authored by dstenb on Nov 20 2019, 8:38 AM.

Details

Summary

Split out from review of D70431.

Also, replace the SmallVector with a normal C array.

Diff Detail

Event Timeline

dstenb created this revision.Nov 20 2019, 8:38 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 20 2019, 8:38 AM
vsk accepted this revision.Nov 20 2019, 1:49 PM

Thanks!

This revision is now accepted and ready to land.Nov 20 2019, 1:49 PM
This revision was automatically updated to reflect the committed changes.