修补 llvm 项目
Patching llvm-project
llvm-project says that it does not currently support pull requests and asks one to use https://reviews.llvm.org/
现在,我想提交 this 文件的补丁。如何进行?
您应该从打错字之类的小事开始,以了解提交和代码审查过程。有来自 2019 年开发者会议的 My First Typo Fix doc for this. Also, watch the How to Contribute to LLVM 教程。您还需要审稿人。 LLVM Discord 频道,git blame 和 LLVM 代码所有者可以在这里提供帮助。最后,甚至可能首先,您可以 post LLVM 开发人员电子邮件列表中的 RFC。
llvm-project says that it does not currently support pull requests and asks one to use https://reviews.llvm.org/ 现在,我想提交 this 文件的补丁。如何进行?
您应该从打错字之类的小事开始,以了解提交和代码审查过程。有来自 2019 年开发者会议的 My First Typo Fix doc for this. Also, watch the How to Contribute to LLVM 教程。您还需要审稿人。 LLVM Discord 频道,git blame 和 LLVM 代码所有者可以在这里提供帮助。最后,甚至可能首先,您可以 post LLVM 开发人员电子邮件列表中的 RFC。