summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm')
-rw-r--r--llvm/docs/MakefileGuide.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/docs/MakefileGuide.html b/llvm/docs/MakefileGuide.html
index 6a2db5c3252..d71ed44952b 100644
--- a/llvm/docs/MakefileGuide.html
+++ b/llvm/docs/MakefileGuide.html
@@ -29,10 +29,11 @@
<li><a href="#tutorial">Tutorial</a>
<ol>
<li><a href="#libraries">Libraries</a></li>
- <li><a href="#tools">Tools</a></li>
+ <li><a href="#tools">Tools</a>
<ol>
<li><a href="#JIT">JIT Tools</a></li>
</ol>
+ </li>
</ol>
</li>
<li><a href="#targets">Targets Supported</a>
@@ -277,7 +278,7 @@
right set of libraries to link with is tedious, platform specific, and error
prone. Additionally, the JIT has special linker switch options that it needs.
Consequently, to make it easier to build tools that use the JIT, you can
- use a special value for the <tt>LLVMLIBS> variable:</p>
+ use a special value for the <tt>LLVMLIBS</tt> variable:</p>
<pre><tt>
TOOLNAME = my_jit_tool
USEDLIBS = mylib
OpenPOWER on IntegriCloud