This is an archive of the discontinued LLVM Phabricator instance.

[libcxxabi] Teach cxa_demangle about Hexagon's long double size
ClosedPublic

Authored by bcraig on Jan 8 2016, 12:07 PM.

Details

Summary

cxa_demangle's default size for a long double is 10 bytes. Hexagon only has an 8 byte long double though.

Diff Detail

Event Timeline

bcraig updated this revision to Diff 44356.Jan 8 2016, 12:07 PM
bcraig retitled this revision from to [libcxxabi] Teach cxa_demangle about Hexagon's long double size.
bcraig updated this object.
bcraig added a subscriber: cfe-commits.
EricWF accepted this revision.Jan 20 2016, 1:27 AM
EricWF added a reviewer: EricWF.
EricWF added a subscriber: EricWF.

LGTM.

This revision is now accepted and ready to land.Jan 20 2016, 1:27 AM
bcraig closed this revision.Jan 20 2016, 6:15 AM