Browse Source

try to fix the sphinx build some more

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@358156 91177308-0d34-0410-b5e6-96231b3b80d8
Hans Wennborg 6 years ago
parent
commit
69455d8a78

+ 2 - 0
docs/tutorial/MyFirstLanguageFrontend/LangImpl01.rst

@@ -1,3 +1,5 @@
+:orphan:
+
 =====================================================
 Kaleidoscope: Kaleidoscope Introduction and the Lexer
 =====================================================

+ 2 - 0
docs/tutorial/MyFirstLanguageFrontend/LangImpl02.rst

@@ -1,3 +1,5 @@
+:orphan:
+
 ===========================================
 Kaleidoscope: Implementing a Parser and AST
 ===========================================

+ 2 - 0
docs/tutorial/MyFirstLanguageFrontend/LangImpl03.rst

@@ -1,3 +1,5 @@
+:orphan:
+
 ========================================
 Kaleidoscope: Code generation to LLVM IR
 ========================================

+ 2 - 0
docs/tutorial/MyFirstLanguageFrontend/LangImpl04.rst

@@ -1,3 +1,5 @@
+:orphan:
+
 ==============================================
 Kaleidoscope: Adding JIT and Optimizer Support
 ==============================================

+ 2 - 0
docs/tutorial/MyFirstLanguageFrontend/LangImpl05.rst

@@ -1,3 +1,5 @@
+:orphan:
+
 ==================================================
 Kaleidoscope: Extending the Language: Control Flow
 ==================================================

+ 2 - 0
docs/tutorial/MyFirstLanguageFrontend/LangImpl06.rst

@@ -1,3 +1,5 @@
+:orphan:
+
 ============================================================
 Kaleidoscope: Extending the Language: User-defined Operators
 ============================================================

+ 2 - 0
docs/tutorial/MyFirstLanguageFrontend/LangImpl07.rst

@@ -1,3 +1,5 @@
+:orphan:
+
 =======================================================
 Kaleidoscope: Extending the Language: Mutable Variables
 =======================================================

+ 2 - 0
docs/tutorial/MyFirstLanguageFrontend/LangImpl08.rst

@@ -1,3 +1,5 @@
+:orphan:
+
 ========================================
  Kaleidoscope: Compiling to Object Code
 ========================================

+ 2 - 0
docs/tutorial/MyFirstLanguageFrontend/LangImpl09.rst

@@ -1,3 +1,5 @@
+:orphan:
+
 ======================================
 Kaleidoscope: Adding Debug Information
 ======================================

+ 2 - 0
docs/tutorial/MyFirstLanguageFrontend/LangImpl10.rst

@@ -1,3 +1,5 @@
+:orphan:
+
 ======================================================
 Kaleidoscope: Conclusion and other useful LLVM tidbits
 ======================================================

+ 2 - 0
docs/tutorial/MyFirstLanguageFrontend/index.rst

@@ -1,3 +1,5 @@
+:orphan:
+
 =============================================
 My First Language Frontend with LLVM Tutorial
 =============================================