1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00

Documentation: fix broken link.

llvm-svn: 168285
This commit is contained in:
Dmitri Gribenko 2012-11-18 10:32:14 +00:00
parent ab75b8798c
commit bd64eee4ca

View File

@ -1277,8 +1277,8 @@ Example with clang
% lli hello.bc
The second examples shows how to invoke the LLVM JIT, `lli
<CommandGuide/html/lli.html>`_.
The second examples shows how to invoke the LLVM JIT, :doc:`lli
<CommandGuide/lli>`.
#. Use the ``llvm-dis`` utility to take a look at the LLVM assembly code: