[PATCH] D108267: [docs] Add a new tutorial that talk about how to make a change to llvm

Shivam Gupta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 19 07:22:10 PDT 2021


xgupta created this revision.
kuhnel added a comment.
xgupta published this revision for review.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

LGTM


xgupta added a comment.

Thanks, Please also commit on my behalf as I don't have commit access. Git attribute for that: "Shivam Gupta <xgupta at xol.com>".


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 isgood practice, and you'll be prepared for making larger changes.

Authors: Mikhail Goncharov
Commit: Zhiqian Xia


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D108267

Files:
  llvm/docs/GettingStartedTutorials.rst
  llvm/docs/MyFirstTypoFix.rst

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108267.367106.patch
Type: text/x-patch
Size: 18311 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210819/82fd43ed/attachment.bin>


More information about the llvm-commits mailing list