[lldb-dev] How to associate a bug and CL?

Pavel Labath via lldb-dev lldb-dev at lists.llvm.org
Thu Mar 26 01:59:28 PDT 2020


On 26/03/2020 00:36, Emre Kultursay via lldb-dev wrote:
> llvm-project dev noob here.
> 
> I opened a Bug <https://bugs.llvm.org/show_bug.cgi?id=45310> and have
> some CLs <https://reviews.llvm.org/D76804> to fix them. How do I link
> the CL with the bug so that the code reviewer sees what bug I'm fixing?
> 
> 

Hi Emre,

we have no metadata or anything like that to do this. Normally, one just
mentions the bug number somewhere in the patch title or description. The
canonical way to reference llvm bugs is llvm.org/PR12345.

regards,
pl


More information about the lldb-dev mailing list