diff options
author | Francis Visoiu Mistrih <francisvm@yahoo.com> | 2019-07-30 16:56:45 +0000 |
---|---|---|
committer | Francis Visoiu Mistrih <francisvm@yahoo.com> | 2019-07-30 16:56:45 +0000 |
commit | d9402ee03f90b2085d689b0472dc24b29bade7cf (patch) | |
tree | 382d9ea5c7eb5aca79f44ec9ee43fda5a593bc2e /llvm/docs/tutorial | |
parent | 61493df7c6548aa6552248b74fd1de4d34d1459a (diff) | |
download | bcm5719-llvm-d9402ee03f90b2085d689b0472dc24b29bade7cf.tar.gz bcm5719-llvm-d9402ee03f90b2085d689b0472dc24b29bade7cf.zip |
[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
llvm-svn: 367334
Diffstat (limited to 'llvm/docs/tutorial')
-rw-r--r-- | llvm/docs/tutorial/OCamlLangImpl5.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/tutorial/OCamlLangImpl5.rst b/llvm/docs/tutorial/OCamlLangImpl5.rst index d06bf6ec252..34d2dbb4c4d 100644 --- a/llvm/docs/tutorial/OCamlLangImpl5.rst +++ b/llvm/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 |