This is an archive of the discontinued LLVM Phabricator instance.

Build Plugin/JITLoader/GDB on all platforms.
ClosedPublic

Authored by brucem on Sep 10 2015, 6:59 AM.

Details

Summary

We currently link to this on all platforms, so don't need to re-include
it into the LLDB_USED_LIBS. Also don't need to special case building
it for every supported platform.

Diff Detail

Repository
rL LLVM

Event Timeline

brucem updated this revision to Diff 34434.Sep 10 2015, 6:59 AM
brucem retitled this revision from to Build Plugin/JITLoader/GDB on all platforms..
brucem updated this object.
brucem added reviewers: clayborg, labath.
brucem added a subscriber: lldb-commits.
labath accepted this revision.Sep 10 2015, 7:05 AM
labath edited edge metadata.

lgtm

This revision is now accepted and ready to land.Sep 10 2015, 7:05 AM
This revision was automatically updated to reflect the committed changes.