[docs] Add a new tutorial that talk about how to make a change to llvm
authorShivam Gupta <shivam98.tkg@gmail.com>
Mon, 30 Aug 2021 06:55:29 +0000 (06:55 +0000)
committerChristian Kühnel <kuhnel@google.com>
Mon, 30 Aug 2021 07:01:04 +0000 (07:01 +0000)
commit3a6b722db856cbd6279d0c6578c0d7cca12b18f6
tree2f3a1e13bc0562f26075f5985f3cf71c2dc9730d
parent31fb52f8749ee43385cd7a9c8064c3adf58b2596
[docs] Add a new tutorial that talk about how to make a change to llvm

This tutorial will guide you through the process of making a change to LLVM, and contributing it back to the LLVM project.
We'll be making a change to Clang, but the steps for other parts of LLVM are the same. Even though the change we'll be making is simple,
we're going to cover steps like building LLVM, running the tests, and code review. This is good practice, and you'll be prepared for making larger changes.

Authors: @meikeb , @gribozavr
Commit: Zhiqian Xia

PS - This is a duplicate revision of https://reviews.llvm.org/D100714 which was actually used for patch review.

Reviewed By: kuhnel

Differential Revision: https://reviews.llvm.org/D108267
llvm/docs/GettingStartedTutorials.rst
llvm/docs/MyFirstTypoFix.rst [new file with mode: 0644]