[PATCH] D151298: [clang][LoongArch] Fix the calling convention for empty struct in C++ mode
Xi Ruoyao via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 23 23:55:21 PDT 2023
xry111 added a comment.
Note that we are using the "de-facto" ABI throwing away this empty struct since the first release of GCC supporting LoongArch, and also Clang. So is there an imperative reason we must change it?
And IIUC we've agreed to revise the ABI since Apr 2022 for this, but unfortunately I've never got enough English skill to do the revision myself :(.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151298/new/
https://reviews.llvm.org/D151298
More information about the cfe-commits
mailing list