From: Francis Visoiu Mistrih Date: Tue, 30 Jul 2019 16:56:45 +0000 (+0000) Subject: [Docs] Fix sphinx warning in OCamlLangImpl5.rst X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=55b8ae814b5ddecf39827329afd839ec7bd37565;p=llvm [Docs] Fix sphinx warning in OCamlLangImpl5.rst The path to the image was outdated. http://lab.llvm.org:8011/builders/llvm-sphinx-docs/builds/33865/steps/docs-llvm-html/logs/stdio llvm/docs/tutorial/OCamlLangImpl5.rst:173: WARNING: image file not readable: tutorial/LangImpl05-cfg.png git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@367334 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/tutorial/OCamlLangImpl5.rst b/docs/tutorial/OCamlLangImpl5.rst index d06bf6ec252..34d2dbb4c4d 100644 --- a/docs/tutorial/OCamlLangImpl5.rst +++ b/docs/tutorial/OCamlLangImpl5.rst @@ -166,7 +166,7 @@ IR into "t.ll" and run "``llvm-as < t.ll | opt -analyze -view-cfg``", `a window will pop up <../ProgrammersManual.html#viewing-graphs-while-debugging-code>`_ and you'll see this graph: -.. figure:: LangImpl05-cfg.png +.. figure:: MyFirstLanguageFrontend/LangImpl05-cfg.png :align: center :alt: Example CFG