about summary refs log tree commit diff
path: root/src/test/codegen/issue-58881.rs
AgeCommit message (Collapse)AuthorLines
2019-03-31Fix LLVM IR generated for C-variadic argumentsDan Robertson-0/+21
It is possible to create malformed LLVM IR given variadic arguments that are aggregate types. This occurs due to improper tracking of the current argument in the functions list of arguments.