[all-commits] [llvm/llvm-project] 3a6b72: [docs] Add a new tutorial that talk about how to m...

Shivam Gupta via All-commits all-commits at lists.llvm.org
Mon Aug 30 00:03:54 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3a6b722db856cbd6279d0c6578c0d7cca12b18f6
      https://github.com/llvm/llvm-project/commit/3a6b722db856cbd6279d0c6578c0d7cca12b18f6
  Author: Shivam Gupta <shivam98.tkg at gmail.com>
  Date:   2021-08-30 (Mon, 30 Aug 2021)

  Changed paths:
    M llvm/docs/GettingStartedTutorials.rst
    A llvm/docs/MyFirstTypoFix.rst

  Log Message:
  -----------
  [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




More information about the All-commits mailing list