This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Provide a getter for m_materializer_up in LLVMUserExpression instead of relying on it being accessible.
ClosedPublic

Authored by teemperor on Nov 1 2019, 7:18 AM.

Details

Summary

Motivated by Swift using the materializer in a few places which requires us to add this getter ourselves.
We also need a setter, but let's keep this minimal to unblock the downstream reverts in Swift.

Diff Detail

Event Timeline

teemperor created this revision.Nov 1 2019, 7:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 1 2019, 7:18 AM
davide accepted this revision.Nov 1 2019, 11:27 AM

LGTM.

This revision is now accepted and ready to land.Nov 1 2019, 11:27 AM
This revision was automatically updated to reflect the committed changes.