[all-commits] [llvm/llvm-project] ecd033: [demangler][LoongArch] Correct the mangled_size fo...
Lu Weining via All-commits
all-commits at lists.llvm.org
Wed Dec 7 18:22:01 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ecd0337854b98014df1953f644650480a898e7de
https://github.com/llvm/llvm-project/commit/ecd0337854b98014df1953f644650480a898e7de
Author: Weining Lu <luweining at loongson.cn>
Date: 2022-12-08 (Thu, 08 Dec 2022)
Changed paths:
M libcxxabi/src/demangle/ItaniumDemangle.h
M llvm/include/llvm/Demangle/ItaniumDemangle.h
Log Message:
-----------
[demangler][LoongArch] Correct the mangled_size for long double
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.
Reviewed By: xen0n
Differential Revision: https://reviews.llvm.org/D138981
More information about the All-commits
mailing list