diff options
author | Wilfred Hughes <me@wilfred.me.uk> | 2016-07-02 17:01:59 +0000 |
---|---|---|
committer | Wilfred Hughes <me@wilfred.me.uk> | 2016-07-02 17:01:59 +0000 |
commit | 945f43e94b6496b9beccfdebfcce0404882ab47b (patch) | |
tree | 9c689fbe1642617413393b3cd76478212930f5f8 /llvm/docs/tutorial/OCamlLangImpl5.rst | |
parent | f2db01c626d1412361de211622d74daed8ce99a6 (diff) | |
download | bcm5719-llvm-945f43e94b6496b9beccfdebfcce0404882ab47b.tar.gz bcm5719-llvm-945f43e94b6496b9beccfdebfcce0404882ab47b.zip |
New Kaleidoscope chapter: Creating object files
This new chapter describes compiling LLVM IR to object files.
The new chaper is chapter 8, so later chapters have been renumbered.
Since this brings us to 10 chapters total, I've also needed to rename
the other chapters to use two digit numbering.
Differential Revision: http://reviews.llvm.org/D18070
llvm-svn: 274441
Diffstat (limited to 'llvm/docs/tutorial/OCamlLangImpl5.rst')
-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 675b9bc1978..3a135b23337 100644 --- a/llvm/docs/tutorial/OCamlLangImpl5.rst +++ b/llvm/docs/tutorial/OCamlLangImpl5.rst @@ -178,7 +178,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:: LangImpl5-cfg.png +.. figure:: LangImpl05-cfg.png :align: center :alt: Example CFG |