This is an archive of the discontinued LLVM Phabricator instance.

Enable ProcessMachCore plugin on non-apple platforms
ClosedPublic

Authored by labath on May 21 2018, 3:29 AM.

Details

Summary

The plugin already builds fine on other platforms (linux, at least). All
that was necessary was to revitalize the hack in PlatformDarwinKernel
(not a very pretty hack, but it gets us going at least).

I haven't done a thorough investigation of the state of the plugin on
other platforms, but at least the two core file tests we have seem to
pass, so I enable them.

Diff Detail

Repository
rL LLVM

Event Timeline

labath created this revision.May 21 2018, 3:29 AM
This revision is now accepted and ready to land.May 21 2018, 7:24 AM
This revision was automatically updated to reflect the committed changes.