This is an archive of the discontinued LLVM Phabricator instance.

[Msan] Fix the report-demangling.cc test to pass on FreeBSD
ClosedPublic

Authored by kutuzov.viktor.84 on May 7 2015, 5:25 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

kutuzov.viktor.84 retitled this revision from to [Msan] Fix the report-demangling.cc test to pass on FreeBSD.
kutuzov.viktor.84 updated this object.
kutuzov.viktor.84 edited the test plan for this revision. (Show Details)
kutuzov.viktor.84 added subscribers: Unknown Object (MLST), emaste.
eugenis accepted this revision.May 7 2015, 9:40 AM
eugenis edited edge metadata.

LGTM

This revision is now accepted and ready to land.May 7 2015, 9:40 AM
This revision was automatically updated to reflect the committed changes.

For reference this is now tracked upstream: https://sourceforge.net/p/elftoolchain/tickets/491/
(Actually 3 levels upstream: FreeBSD - libcxxrt - ELF tool chain)
Other issues encountered by *san tests have been addressed (e.g. extra 'E's in demangled output), but all will take some time to make it into a FreeBSD release.