This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] Get rid of PlatformGetListOfModules
ClosedPublic

Authored by kubamracek on Apr 7 2015, 6:38 AM.

Details

Reviewers
samsonov
Summary

Moving the implementation of several functions from sanitizer_symbolizer.cc into sanitizer_symbolizer_libcdep.cc.

Diff Detail

Event Timeline

kubamracek updated this revision to Diff 23323.Apr 7 2015, 6:38 AM
kubamracek retitled this revision from to [compiler-rt] Get rid of PlatformGetListOfModules.
kubamracek updated this object.
kubamracek edited the test plan for this revision. (Show Details)
kubamracek added subscribers: Unknown Object (MLST), zaks.anna, samsonov, timurrrr.

The change looks good to me assuming you've tested on both Linux and Windows,
but I think Alexey should take a quick look too.

samsonov accepted this revision.Apr 8 2015, 9:03 AM
samsonov edited edge metadata.

LGTM

This revision is now accepted and ready to land.Apr 8 2015, 9:03 AM
kubamracek closed this revision.Apr 9 2015, 2:41 AM

Landed in r234472.