commit | 147e0ddaa91a4bf7d04871e29b8a6f05b974207f | [log] [tgz] |
---|---|---|
author | Hans Wennborg <hans@hanshq.net> | Thu Apr 11 07:30:56 2019 +0000 |
committer | Hans Wennborg <hans@hanshq.net> | Thu Apr 11 07:30:56 2019 +0000 |
tree | 02e99dabcc453f351018c793d76971807999f0d1 | |
parent | fbb823891d73cb19d5d138920295f5bfe0e82e83 [diff] [blame] |
Try to fix the shpinx build llvm-svn: 358154
diff --git a/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl07.rst b/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl07.rst index 582645f4..c3a862c 100644 --- a/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl07.rst +++ b/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl07.rst
@@ -876,7 +876,7 @@ Here is the code: -.. literalinclude:: ../../examples/Kaleidoscope/Chapter7/toy.cpp +.. literalinclude:: ../../../examples/Kaleidoscope/Chapter7/toy.cpp :language: c++ `Next: Compiling to Object Code <LangImpl08.html>`_