[PATCH] clang: ignore -maccumulate_outgoing_args option

Reid Kleckner via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 15 18:12:20 PDT 2016


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:SetLLVMFunctionAttributesForDefinition.

On Wed, Jun 15, 2016 at 4:44 PM, Austin English via cfe-commits <
cfe-commits at lists.llvm.org> wrote:

> Hi,
>
> This fixes https://llvm.org/bugs/show_bug.cgi?id=28145
>
> Please let me know if something needs to changed for inclusion.
>
> --
> -Austin
> GPG: 14FB D7EA A041 937B
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160615/9a8795a2/attachment.html>


More information about the cfe-commits mailing list