[all-commits] [llvm/llvm-project] fdc950: Added warning about outdated feature into Kaleidos...
Shivam Gupta via All-commits
all-commits at lists.llvm.org
Sun Aug 7 02:07:21 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fdc950958ed0970159071cc4367a66149971586f
https://github.com/llvm/llvm-project/commit/fdc950958ed0970159071cc4367a66149971586f
Author: Shivam Gupta <shivam98.tkg at gmail.com>
Date: 2022-08-07 (Sun, 07 Aug 2022)
Changed paths:
M llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl04.rst
Log Message:
-----------
Added warning about outdated feature into Kaleidoscope tutorial text
**Motivation: ** I have been studying LLVM with LLVM Kaleidoscope tutorial. In the 4th part I faced an error which said that I can't redefine a function as shown in the tutorial. After hours of searching, I finally found the reason that produced the error is that the feature of symbols redefinition has been disabled since LLVM-9. There was no information about that in the tutorial's text, so I've decided to add a warning.
**Changes**: The only file I fixed is "`llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl04.rst`", I added text warning which says that described feature is outdated and the described functionality will not work properly on LLVM versions older 8 one.
Patch by : DKay7
Differential Revision: https://reviews.llvm.org/D130613
More information about the All-commits
mailing list