This is an archive of the discontinued LLVM Phabricator instance.

Add a IsInstrumentationRuntimePresent SB API
ClosedPublic

Authored by kubamracek on Oct 10 2014, 6:34 PM.

Details

Reviewers
kubamracek
Summary

This adds an SB API into SBProcess:

bool
SBProcess::IsInstrumentationRuntimePresent(InstrumentationRuntimeType type);

which simply tells whether a particular InstrumentationRuntime (read "ASan") plugin is present and active.

Diff Detail

Event Timeline

kubamracek updated this revision to Diff 14763.Oct 10 2014, 6:34 PM
kubamracek retitled this revision from to Add a IsInstrumentationRuntimePresent SB API.
kubamracek updated this object.
kubamracek edited the test plan for this revision. (Show Details)
kubamracek added subscribers: Unknown Object (MLST), jasonmolenda, jingham.

Looks good to me.

kubamracek accepted this revision.Oct 10 2014, 7:09 PM
kubamracek added a reviewer: kubamracek.

Landed in r219560.

This revision is now accepted and ready to land.Oct 10 2014, 7:09 PM
kubamracek closed this revision.Oct 13 2014, 9:26 AM