diff options
Diffstat (limited to 'llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl02.rst')
-rw-r--r-- | llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl02.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl02.rst b/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl02.rst index 6982e969c8a..fb9ee722923 100644 --- a/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl02.rst +++ b/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl02.rst @@ -730,7 +730,7 @@ our makefile/command line about which options to use: Here is the code: -.. literalinclude:: ../../examples/Kaleidoscope/Chapter2/toy.cpp +.. literalinclude:: ../../../examples/Kaleidoscope/Chapter2/toy.cpp :language: c++ `Next: Implementing Code Generation to LLVM IR <LangImpl03.html>`_ |