This is an archive of the discontinued LLVM Phabricator instance.

Enable TestDataFormatterStdMap on linux (libstdc++) with clang.
ClosedPublic

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

Details

Summary

This test should have been enabled along with
7181dae1248cc1b03505cca1b7c6e3dfeffefc0a, but since the test was
actually crashing, I thought it was a much deeper problem. Turns out,
all I had to do was to add "-fno-limit-debug-info" when compiling
the test case.

The test is still skipped when the testcase is compiled with GCC.

Diff Detail

Repository
rL LLVM

Event Timeline

sivachandra retitled this revision from to Enable TestDataFormatterStdMap on linux (libstdc++) with clang..
sivachandra edited the test plan for this revision. (Show Details)
sivachandra added a reviewer: vharron.
sivachandra updated this object.
sivachandra added a subscriber: Unknown Object (MLST).
This revision was automatically updated to reflect the committed changes.