Re: [PATCH] clang: ignore -maccumulate_outgoing_args option

2016-06-15 Thread Reid Kleckner via cfe-commits
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

[PATCH] clang: ignore -maccumulate_outgoing_args option

2016-06-15 Thread Austin English via cfe-commits
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