This is an archive of the discontinued LLVM Phabricator instance.

[lldb][NFC] Refactor test to enable subsequent reuse
ClosedPublic

Authored by fdeazeve on Jul 13 2023, 6:36 AM.

Details

Summary

On a subsequent commit, I intend to update the expression and call the evaluate
function more times. This refactors enables reusing some of the existing code
for that.

Diff Detail

Event Timeline

fdeazeve created this revision.Jul 13 2023, 6:36 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 13 2023, 6:36 AM
fdeazeve requested review of this revision.Jul 13 2023, 6:36 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 13 2023, 6:36 AM
fdeazeve added reviewers: Restricted Project, clayborg.Jul 13 2023, 6:40 AM

See the patch stack for the commit that benefits from this refactor.

Michael137 accepted this revision.Jul 13 2023, 6:43 AM
This revision is now accepted and ready to land.Jul 13 2023, 6:43 AM
This revision was automatically updated to reflect the committed changes.