aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorArthur Eubanks <aeubanks@google.com>2022-11-01 11:37:10 -0700
committerArthur Eubanks <aeubanks@google.com>2022-11-01 13:04:05 -0700
commit8c49b01a1ee051ab2c09be4cffc83656ccc0fbe6 (patch)
treebe829f037c04c6659264aa35f3daac8c1aa3140b /clang/lib/Frontend/CompilerInvocation.cpp
parentddcb2d19b372913b13f06a7824b49be57480718f (diff)
downloadllvm-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