This is an archive of the discontinued LLVM Phabricator instance.

[NPL] Simplify process launch code
ClosedPublic

Authored by labath on Jul 14 2016, 7:51 AM.

Details

Summary

This removes one level of indirection, which was just packing and repacking launch args into
different structures. NFC.

Diff Detail

Repository
rL LLVM

Event Timeline

labath updated this revision to Diff 63973.Jul 14 2016, 7:51 AM
labath retitled this revision from to [NPL] Simplify process launch code.
labath updated this object.
labath added a reviewer: tberghammer.
labath added a subscriber: lldb-commits.
tberghammer accepted this revision.Jul 15 2016, 2:38 AM
tberghammer edited edge metadata.

Looks good

This revision is now accepted and ready to land.Jul 15 2016, 2:38 AM
This revision was automatically updated to reflect the committed changes.