This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] Print out which symbolizer are we using when verbosity >= 2
ClosedPublic

Authored by kubamracek on Mar 5 2015, 12:15 PM.

Details

Reviewers
samsonov
Summary

Just adding a few VReport()'s to print the name and path (for external symbolizers) of the symbolizer in use.

Diff Detail

Event Timeline

kubamracek updated this revision to Diff 21298.Mar 5 2015, 12:15 PM
kubamracek retitled this revision from to [compiler-rt] Print out which symbolizer are we using when verbosity >= 2.
kubamracek updated this object.
kubamracek edited the test plan for this revision. (Show Details)
kubamracek added subscribers: Unknown Object (MLST), zaks.anna, samsonov and 2 others.
samsonov accepted this revision.Mar 5 2015, 1:37 PM
samsonov added a reviewer: samsonov.

LGTM

This revision is now accepted and ready to land.Mar 5 2015, 1:37 PM
kubamracek closed this revision.Mar 5 2015, 3:40 PM

Committed r231428.