xgupta added a comment. @jnyfah If you are missing something I am just telling you the steps -
1. First fork the llvm github repository 2. git clone https://github.com/jynfah/llvm-project 3. git checkout -b type-fix 4. make changes to files. 5. git diff > mypatch.patch 6. git commit -m "fix typo" 7. go to reviews.llvm.org and login and click on differential then create diff and update the diff (mypatch.patch) 8. complete remaining entries. Then there is an arc tool way, install it from https://secure.phabricator.com/book/phabricator/article/arcanist_quick_start/. after the 4th step, skip 5 and complete 6, and then do `arc diff` to create a revision from the terminal. You will be asked to verify credentials. If reviewers asks you to make changes, checkout your local branch, make changes and then again do `arc diff`. Don't forget to rebase by `git pull --rebase https://github.com/llvm/llvm-project.git main` Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D100696/new/ https://reviews.llvm.org/D100696 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits