[clang] fix: C++ empty record with align lead to va_list out of sync (PR #72197)

via cfe-commits cfe-commits at lists.llvm.org
Sun Nov 26 06:57:37 PST 2023


hstk30-hw wrote:

OK, just delete the 

`return ABIArgInfo::getDirect(llvm::Type::getInt8Ty(getVMContext()));` 

from the empty struct codepath, let it fall through to the main path.
Check it again, plz.



https://github.com/llvm/llvm-project/pull/72197


More information about the cfe-commits mailing list