This is an archive of the discontinued LLVM Phabricator instance.

Remove weak-linked symbols for SBBreakpointListImpl
ClosedPublic

Authored by tfiala on Nov 11 2016, 11:37 AM.

Details

Summary

Similar to SBStructuredData's Impl class, SBBreakpointListImpl was getting weak-link exported in the lldb namespace. This change list fixes that by moving out of the lldb public namespace, which removes it from public export visibility.

Diff Detail

Repository
rL LLVM

Event Timeline

tfiala updated this revision to Diff 77639.Nov 11 2016, 11:37 AM
tfiala retitled this revision from to Remove weak-linked symbols for SBBreakpointListImpl.
tfiala updated this object.
tfiala added a reviewer: jingham.
tfiala added a subscriber: lldb-commits.
jingham accepted this revision.Nov 11 2016, 12:04 PM
jingham edited edge metadata.

This looks fine.

This revision is now accepted and ready to land.Nov 11 2016, 12:04 PM
This revision was automatically updated to reflect the committed changes.