search for: 857e2dcb

Displaying 1 result from an estimated 1 matches for "857e2dcb".

2019 May 09
2
How to submit a patch?
Hi all, I'm new to llvm development and I have basic (beginner level) questions regarding the workflow of the llvm project. I want to clarify that the following steps is the workflow of the llvm project to prepare and submit a patch. 1. Clone the git repo (master) and create a branch named "test branch". 2. Make changes to the "test branch" and git fetch all the