[PATCH] D100714: [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
Fri May 14 02:29:38 PDT 2021


xgupta added a comment.

In D100714#2698201 <https://reviews.llvm.org/D100714#2698201>, @kuhnel wrote:

> 



> I guess we should also link to this tutorial from the getting involved page <https://llvm.org/docs/GettingInvolved.html>, what do you think?

@xzq0528 I think you need to address this comment in this patch. because of it following warning/error is generating during build

  Warning, treated as error:
  /home/xgupta/llvm-project/llvm/docs/MyFirstTypoFix.rst:document isn't included in any toctree
  make[3]: *** [docs/CMakeFiles/docs-llvm-html.dir/build.make:77: docs/CMakeFiles/docs-llvm-html] Error 2
  make[2]: *** [CMakeFiles/Makefile2:244554: docs/CMakeFiles/docs-llvm-html.dir/all] Error 2
  make[1]: *** [CMakeFiles/Makefile2:244561: docs/CMakeFiles/docs-llvm-html.dir/rule] Error 2
  make: *** [Makefile:47070: docs-llvm-html] Error 2```.
  
   


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100714/new/

https://reviews.llvm.org/D100714



More information about the llvm-commits mailing list