diff options
Diffstat (limited to 'llvm/docs/tutorial/MyFirstLanguageFrontend')
-rw-r--r-- | llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl08.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl08.rst b/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl08.rst index 17bf8a4..2e3d4ed 100644 --- a/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl08.rst +++ b/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl08.rst @@ -122,7 +122,7 @@ Configuring the Module We're now ready to configure our module, to specify the target and data layout. This isn't strictly necessary, but the `frontend -performance guide <../Frontend/PerformanceTips.html>`_ recommends +performance guide <../../Frontend/PerformanceTips.html>`_ recommends this. Optimizations benefit from knowing about the target and data layout. |