diff options
author | Arthur Eubanks <aeubanks@google.com> | 2022-11-01 11:37:10 -0700 |
---|---|---|
committer | Arthur Eubanks <aeubanks@google.com> | 2022-11-01 13:04:05 -0700 |
commit | 8c49b01a1ee051ab2c09be4cffc83656ccc0fbe6 (patch) | |
tree | be829f037c04c6659264aa35f3daac8c1aa3140b /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | ddcb2d19b372913b13f06a7824b49be57480718f (diff) | |
download | llvm-8c49b01a1ee051ab2c09be4cffc83656ccc0fbe6.zip llvm-8c49b01a1ee051ab2c09be4cffc83656ccc0fbe6.tar.gz llvm-8c49b01a1ee051ab2c09be4cffc83656ccc0fbe6.tar.bz2 |
[GlobalOpt] Don't remove inalloca from varargs functions
Varargs and inalloca have a weird interaction where varargs are actually
passed via the inalloca alloca. Removing inalloca breaks the varargs
because they're still not passed as separate arguments.
Fixes #58718
Reviewed By: rnk
Differential Revision: https://reviews.llvm.org/D137182
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions