Actually, in the last three months we've recently added support for pushing
arguments in a call sequence. I think we should wire this up to an LLVM
function attribute. It should be a tiny bit of work in
llvm/lib/Target/X86/X86FrameLowering.cpp and
clang/lib/CodeGen/CodeGenModule.cpp:SetLLVMFunction
Subject: [PATCH] clang: ignore -maccumulate_outgoing_args option
Fixes https://llvm.org/bugs/show_bug.cgi?id=28145
Signed-off-by: Austin English
---
include/clang/Driver/Options.td | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/clang/Driver/Options.td b/include/clang/Driver/Options.td