[all-commits] [llvm/llvm-project] 80f444: [CodeGen][ARM] Fix ARMABIInfo::EmitVAAarg crash wi...
黄金橘子猫 via All-commits
all-commits at lists.llvm.org
Fri Nov 18 23:15:43 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 80f444646c62ccc8b2399d60ac91e62e6e576da6
https://github.com/llvm/llvm-project/commit/80f444646c62ccc8b2399d60ac91e62e6e576da6
Author: yronglin <yronglin777 at gmail.com>
Date: 2022-11-19 (Sat, 19 Nov 2022)
Changed paths:
M clang/lib/CodeGen/TargetInfo.cpp
A clang/test/CodeGen/arm-vaarg.c
Log Message:
-----------
[CodeGen][ARM] Fix ARMABIInfo::EmitVAAarg crash with empty record type variadic arg
Fix ARMABIInfo::EmitVAAarg crash with empty record type variadic arg
Open issue: https://github.com/llvm/llvm-project/issues/58794
Reviewed By: rjmccall
Differential Revision: https://reviews.llvm.org/D138137
More information about the All-commits
mailing list