The size of long double in LoongArch (both LA32 and LA64) is 16 bytes, thus
the mangled_size should be 32.
This is same as RISCV's change in D126480.
Differential D138981
[demangler][LoongArch] Correct the mangled_size for long double SixWeining on Nov 29 2022, 10:43 PM. Authored by
Details The size of long double in LoongArch (both LA32 and LA64) is 16 bytes, thus This is same as RISCV's change in D126480.
Diff Detail
Event TimelineComment Actions I have made the same change locally but your commit message is somewhat better than mine in that it provides a bit more context. I'll rebase on top of this change then. Thanks! |