llvm/docs/tutorial
Hans Wennborg c895f8c934 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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@358267 91177308-0d34-0410-b5e6-96231b3b80d8
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 [ORC][Kaleidoscope] Update ORCJit tutorial. 2017-09-17 00:24:43 +00:00
BuildingAJIT5.rst [ORC][Kaleidoscope] Update ORCJit tutorial. 2017-09-17 00:24:43 +00:00
index.rst [Kaleidoscope][BuildingAJIT] Shorten the name of the BuildingAJIT tutorial 2016-05-25 23:34:19 +00:00
LangImpl01.rst New Kaleidoscope chapter: Creating object files 2016-07-02 17:01:59 +00:00
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 New Kaleidoscope chapter: Creating object files 2016-07-02 17:01:59 +00:00
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 Update Kaleidoscope tutorial and improve Windows support 2017-02-11 21:26:52 +00:00
LangImpl08.rst Fix missing arguments in tutorial 2019-04-12 08:23:28 +00:00
LangImpl09.rst PR35705: Fix Chapter 9 example code for API changes to DIBuilder 2017-12-20 19:36:54 +00:00
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 [docs] NFC: Fix links in the tutorial 2017-07-10 09:07:23 +00:00
OCamlLangImpl6.rst Fix some typos in the doc 2016-08-28 20:29:18 +00:00
OCamlLangImpl7.rst Remove the ScalarReplAggregates pass 2016-06-15 00:19:09 +00:00
OCamlLangImpl8.rst