[llvm-dev] How to submit a patch?

Justin Bogner via llvm-dev llvm-dev at lists.llvm.org
Wed Feb 7 22:08:36 PST 2018


Ruslan Nikolaev via llvm-dev <llvm-dev at lists.llvm.org> writes:
> I have submitted a patch to support mno-stack-arg-probe:
> https://bugs.llvm.org/show_bug.cgi?id=36221
>
> Is there any specific procedure for someone to take a look at this
> and, hopefully, include the patch into the mainline?

There's some docs on what to do here:

  http://llvm.org/docs/Contributing.html#how-to-submit-a-patch

Basically, you should either send the patch to the llvm-commits list
(llvm-commits at lists.llvm.org) or create a review on reviews.llvm.org.
Either way try to add some people that seem relevant to what's being
reviewed. There's a lot of traffic in LLVM reviews so sometimes it can
take a while to get a response: if nobody responds in a week or so feel
free to ping the patch to make sure it didn't slip through the cracks.


More information about the llvm-dev mailing list