This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] Merge POSIXSymbolizer and WinSymbolizer
ClosedPublic

Authored by kubamracek on Apr 9 2015, 3:20 AM.

Details

Reviewers
samsonov
timurrrr
Summary

The two subclasses of Symbolizer now only define two virtual functions, PlatformDemangle and PlatformPrepareForSandboxing. Let's make these non-virtual and directly defined by individual platforms.

Diff Detail

Event Timeline

kubamracek updated this revision to Diff 23470.Apr 9 2015, 3:20 AM
kubamracek retitled this revision from to [compiler-rt] Merge POSIXSymbolizer and WinSymbolizer.
kubamracek updated this object.
kubamracek edited the test plan for this revision. (Show Details)
kubamracek added subscribers: Unknown Object (MLST), zaks.anna, samsonov, timurrrr.
timurrrr accepted this revision.Apr 9 2015, 5:19 AM
timurrrr added a reviewer: timurrrr.

LGTM!

This revision is now accepted and ready to land.Apr 9 2015, 5:19 AM
samsonov accepted this revision.Apr 11 2015, 10:02 AM
samsonov added a reviewer: samsonov.

LGTM. Thanks for doing this!

kubamracek closed this revision.Apr 11 2015, 10:23 AM

Landed in r234690.