This is an archive of the discontinued LLVM Phabricator instance.

Change LLGS to statically link with libraries
AbandonedPublic

Authored by achien_bsi on Oct 31 2014, 12:24 PM.

Details

Summary

This changes LLGS to statically link with libraries instead of relying on the LLDB shared library. The thought is that we don't want to have library dependency when LLGS is running on a remote platform such as mobile device.

I moved library dependencies for LLDB into a new cmake file that can be shared with LLGS' cmake file.

Diff Detail

Event Timeline

achien_bsi retitled this revision from to Change LLGS to statically link with libraries.
achien_bsi updated this object.
achien_bsi edited the test plan for this revision. (Show Details)
achien_bsi added reviewers: tfiala, vharron.
achien_bsi added a subscriber: Unknown Object (MLST).
achien_bsi abandoned this revision.Nov 7 2014, 5:11 PM

no longer needed. went in as part of android support