[PATCH] D100714: 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
Mon Apr 19 07:05:32 PDT 2021
xgupta added a comment.
I tried applying this patch on my local repository, an error message comes during `make docs-llvm-html`-
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
@xzq0528 could you please fix it?
================
Comment at: llvm/docs/MyFirstTypoFix.rst:324
+ $ git checkout -b myfirstpatch
+ $ git commit -am "Clarify -Winfinite-recursion message"
+
----------------
Beginners often forget to add a tag like for this patch Zhiqian didn't add [Docs] tag :)
Should be mention here.
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