Documentation: fix HTML validation errors.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78196 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Benjamin Kramer
2009-08-05 15:42:44 +00:00
parent ea2381eb71
commit e15192b36b
13 changed files with 35 additions and 33 deletions
+3 -3
View File
@@ -140,15 +140,15 @@
<li>If you used CMake, then the directory you created the project files,
the root directory will have an <tt>llvm.sln</tt> file, just
double-click on that to open Visual Studio.</li>
</ol></li>
</ul></li>
<li>Build the LLVM Suite:
<ol>
<ul>
<li>Simply build the solution.</li>
<li>The Fibonacci project is a sample program that uses the JIT. Modify
the project's debugging properties to provide a numeric command line
argument. The program will print the corresponding fibonacci value.</li>
</ol></li>
</ul></li>
</ol>