1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/docs/tutorial
Hans Wennborg 4e80092f90 Fix missing arguments in tutorial
In tutorial "8. Kaleidoscope: Compiling to Object Code" a call to
TargetMachine->addPassesToEmitFile(pass, dest, FileType) is missing
nullptr as its 3rd value.

Patch by Sajjad Heydari!

Differential revision: https://reviews.llvm.org/D60369

llvm-svn: 358267
2019-04-12 08:23:28 +00:00
..
MyFirstLanguageFrontend try to fix the sphinx build some more 2019-04-11 07:46:25 +00:00
BuildingAJIT1.rst [BuildingAJIT] Update the Ch1 KaleidoscopeJIT class to expose errors to clients. 2018-10-18 00:51:38 +00:00
BuildingAJIT2.rst [BuildingAJIT] Clang-format chapters 1 and 2. 2018-11-13 01:26:25 +00:00
BuildingAJIT3.rst [docs] Add out-of-date warnings to the BuildingAJIT tutorial text. 2018-02-06 21:25:20 +00:00
BuildingAJIT4.rst
BuildingAJIT5.rst
index.rst
LangImpl01.rst
LangImpl02.rst Try to fix the shpinx build 2019-04-11 07:30:56 +00:00
LangImpl03.rst Fixed code snippet in Kaleidoscope tutorial to reflect final full code listing 2019-02-16 18:37:55 +00:00
LangImpl04.rst [Docs] Add note about legacy PM to Ch4 of tutorial 2019-03-12 15:44:18 +00:00
LangImpl05-cfg.png
LangImpl05.rst [Kaleidoscope] Tiny typo fixes 2018-03-29 12:31:06 +00:00
LangImpl06.rst [Kaleidoscope] Tiny typo fixes 2018-03-29 12:31:06 +00:00
LangImpl07.rst
LangImpl08.rst Fix missing arguments in tutorial 2019-04-12 08:23:28 +00:00
LangImpl09.rst
LangImpl10.rst remove some unhelpful language from the tutorial 2019-04-07 13:17:16 +00:00
OCamlLangImpl1.rst [NFC] fix trivial typos in comments and documents 2018-01-26 08:15:29 +00:00
OCamlLangImpl2.rst
OCamlLangImpl3.rst
OCamlLangImpl4.rst
OCamlLangImpl5.rst
OCamlLangImpl6.rst
OCamlLangImpl7.rst
OCamlLangImpl8.rst