This is an archive of the discontinued LLVM Phabricator instance.

Explicitly export symbols from the sample analyzer plugin
ClosedPublic

Authored by john.brawn on Jul 4 2016, 6:35 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

john.brawn updated this revision to Diff 62674.Jul 4 2016, 6:35 AM
john.brawn retitled this revision from to Explicitly export symbols from the sample analyzer plugin.
john.brawn updated this object.
john.brawn added reviewers: Ilod, chapuni, ehsan, reames.
john.brawn set the repository for this revision to rL LLVM.
john.brawn added a subscriber: cfe-commits.
Ilod edited edge metadata.Jul 8 2016, 5:24 AM

LGTM.

Do you known if there is any good reason Analyzer plugins aren't using the Registry system (thus forcing plugin writers to manually export the functions)?

Ilod accepted this revision.Jul 8 2016, 5:24 AM
Ilod edited edge metadata.
This revision is now accepted and ready to land.Jul 8 2016, 5:24 AM

Do you known if there is any good reason Analyzer plugins aren't using the Registry system (thus forcing plugin writers to manually export the functions)?

Your guess is as good as mine.

This revision was automatically updated to reflect the committed changes.