This is an archive of the discontinued LLVM Phabricator instance.

Cleanup to simplify the formatter for std::map of libstdc++.
ClosedPublic

Authored by sivachandra on Mar 18 2015, 2:26 PM.

Details

Summary

GCC does not emit some DWARF required for the simplified formatter
to work. A workaround for it has been incorporated in the formatter.
The corresponding test TestDataFormatterStdMap has also been enabled
for GCC.

Diff Detail

Repository
rL LLVM

Event Timeline

sivachandra retitled this revision from to Cleanup to simplify the formatter for std::map of libstdc++..
sivachandra updated this object.
sivachandra edited the test plan for this revision. (Show Details)
sivachandra added a subscriber: Unknown Object (MLST).

Looks good to me, assuming you're not going to need any of those lines you removed. The comment seems to imply they're clang-specific so you might be fine.

This revision was automatically updated to reflect the committed changes.