llvm-project/llvm/docs/tutorial/MyFirstLanguageFrontend
Shivam Gupta fdc950958e 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
2022-08-07 14:37:05 +05:30
..
LangImpl01.rst
LangImpl02.rst
LangImpl03.rst [docs] Fix Kaleidoscope code example 2022-04-06 10:41:10 +01:00
LangImpl04.rst Added warning about outdated feature into Kaleidoscope tutorial text 2022-08-07 14:37:05 +05:30
LangImpl05-cfg.png
LangImpl05.rst [docs] Replace `opt -analyze` with better alternatives. 2022-02-10 15:38:31 -08:00
LangImpl06.rst
LangImpl07.rst
LangImpl08.rst
LangImpl09.rst [Kaleidoscope] Fix DWARF function creation example 2022-07-25 18:19:59 +00:00
LangImpl10.rst Replace links to archived mailing lists by links to Discourse forums 2022-03-23 10:10:20 -04:00
index.rst