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

ZhiqianXia via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 17 20:38:47 PDT 2021


xzq0528 created this revision.
xzq0528 added reviewers: gribozavr, kuhnel.
xzq0528 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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/D100714

Files:
  llvm/docs/MyFirstTypoFix.rst

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100714.338354.patch
Type: text/x-patch
Size: 17663 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210418/05df82cb/attachment.bin>


More information about the llvm-commits mailing list