]> granicus.if.org Git - llvm/commitdiff
try to fix the sphinx build some more
authorHans Wennborg <hans@hanshq.net>
Thu, 11 Apr 2019 07:46:25 +0000 (07:46 +0000)
committerHans Wennborg <hans@hanshq.net>
Thu, 11 Apr 2019 07:46:25 +0000 (07:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@358156 91177308-0d34-0410-b5e6-96231b3b80d8

docs/tutorial/MyFirstLanguageFrontend/LangImpl01.rst
docs/tutorial/MyFirstLanguageFrontend/LangImpl02.rst
docs/tutorial/MyFirstLanguageFrontend/LangImpl03.rst
docs/tutorial/MyFirstLanguageFrontend/LangImpl04.rst
docs/tutorial/MyFirstLanguageFrontend/LangImpl05.rst
docs/tutorial/MyFirstLanguageFrontend/LangImpl06.rst
docs/tutorial/MyFirstLanguageFrontend/LangImpl07.rst
docs/tutorial/MyFirstLanguageFrontend/LangImpl08.rst
docs/tutorial/MyFirstLanguageFrontend/LangImpl09.rst
docs/tutorial/MyFirstLanguageFrontend/LangImpl10.rst
docs/tutorial/MyFirstLanguageFrontend/index.rst

index 71ba9322817e090268da20e60c2aa35f99248a6a..8cf01c8e4b9b8097b58a870e41275547fc43a00c 100644 (file)
@@ -1,3 +1,5 @@
+:orphan:
+
 =====================================================
 Kaleidoscope: Kaleidoscope Introduction and the Lexer
 =====================================================
index fb9ee7229233b1b3303be5355b34a58c819d86ec..3a2680099dfd27123f36205cf3af95729a0b7aa3 100644 (file)
@@ -1,3 +1,5 @@
+:orphan:
+
 ===========================================
 Kaleidoscope: Implementing a Parser and AST
 ===========================================
index 3253c9d034b25878bc36076bd9cfa8c76a3ac215..7b4e24d35e4020deafb40a5a800667882888e62f 100644 (file)
@@ -1,3 +1,5 @@
+:orphan:
+
 ========================================
 Kaleidoscope: Code generation to LLVM IR
 ========================================
index 8389e6c591b5fe704160692f6ce0778fcf126953..773ce55eca0362cf205d517e7a4c37527f0c6ce2 100644 (file)
@@ -1,3 +1,5 @@
+:orphan:
+
 ==============================================
 Kaleidoscope: Adding JIT and Optimizer Support
 ==============================================
index b9c99d897aa2f42a3d4b7ff1d41c45f9e25c3059..685e5fb69e444bbc88988df9151f4a9700beed19 100644 (file)
@@ -1,3 +1,5 @@
+:orphan:
+
 ==================================================
 Kaleidoscope: Extending the Language: Control Flow
 ==================================================
index e5097883f467170b041f380daf30be7f2c6f074b..911a7dc92bcab675539c3c17d1bf6e3e94e54edd 100644 (file)
@@ -1,3 +1,5 @@
+:orphan:
+
 ============================================================
 Kaleidoscope: Extending the Language: User-defined Operators
 ============================================================
index c3a862c289e3cd9a4c984e8122907c16c7d33568..8013dec326afde99495642352f860e2d61805635 100644 (file)
@@ -1,3 +1,5 @@
+:orphan:
+
 =======================================================
 Kaleidoscope: Extending the Language: Mutable Variables
 =======================================================
index b6e9cbf43b132e06e6de001d7fd436f83ae36f57..44a71d807f33e812e923b94bc8a2b5c7150a61fd 100644 (file)
@@ -1,3 +1,5 @@
+:orphan:
+
 ========================================
  Kaleidoscope: Compiling to Object Code
 ========================================
index 2f10ac9e96716475eeed0c084ac7c62b85806a84..1dcc0a8aa9058a6a64420eb22f8174adcebce5ce 100644 (file)
@@ -1,3 +1,5 @@
+:orphan:
+
 ======================================
 Kaleidoscope: Adding Debug Information
 ======================================
index b1d19c2cdd88fc5308f5d06c660392e055903f20..789042b53d3a6add9c4161a91f596d1e4363cc97 100644 (file)
@@ -1,3 +1,5 @@
+:orphan:
+
 ======================================================
 Kaleidoscope: Conclusion and other useful LLVM tidbits
 ======================================================
index dcf9d5814fbe6978946352fede11ddab5c2fc981..2b589d19180e37f7989db03443e2ed6a6e2d35a9 100644 (file)
@@ -1,3 +1,5 @@
+:orphan:
+
 =============================================
 My First Language Frontend with LLVM Tutorial
 =============================================