diff options
Diffstat (limited to 'llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl05.rst')
-rw-r--r-- | llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl05.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl05.rst b/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl05.rst index dad24890e12..b9c99d897aa 100644 --- a/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl05.rst +++ b/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl05.rst @@ -807,7 +807,7 @@ the if/then/else and for expressions. To build this example, use: Here is the code: -.. literalinclude:: ../../examples/Kaleidoscope/Chapter5/toy.cpp +.. literalinclude:: ../../../examples/Kaleidoscope/Chapter5/toy.cpp :language: c++ `Next: Extending the language: user-defined operators <LangImpl06.html>`_ |