How to submit a patch?

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?

  • Ruslan

Ruslan Nikolaev via llvm-dev <llvm-dev@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@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.