Patch by Nitesh Jain and Jaydeep Patil with a small revision to use ABIs rather
than Architecture Revisions (which currently imply particular ABIs).
Fixes test_demangle.pass.cpp (PR24149).
Differential D11483
[libcxxabi][mips] Correct float_data::mangled_size for all ABI's. dsanders on Jul 24 2015, 3:56 AM. Authored by
Details
Patch by Nitesh Jain and Jaydeep Patil with a small revision to use ABIs rather Fixes test_demangle.pass.cpp (PR24149).
Diff Detail
Event TimelineComment Actions @mclow.lists: I couldn't find a libcxxabi code owner in CODE_OWNERS.txt. Do you cover libcxxabi as well as libcxx? Comment Actions libc++abi is outside my area of knowledge but seeing as no other reviewers have come forward and the patch is MIPS specific I'd like to LGTM this on the basis that I've tested it and found that it fixes the bug in the release. Hans: After committing, the process still needs the code owner to approve the merge. We haven't heard anything from the person we think is the code-owner so I'm not sure how to proceed. Would you be willing to approve it without the code-owner or would you prefer to wait? Comment Actions
Scratch that. I'm one of the authors (albeit as a minor revision on Jaydeep+Nitesh's patch) and I can't approve my own patches :-). Hans: Are you willing to LGTM it? Comment Actions I don't know enough here to be a good review. What's mangled_size used for? Is that an lgtm or call for some kind of test? :-) Comment Actions It looks good to me, but I don't have access to a MIPS or MIPS_n64 system. |