diff options
author | rdivacky <rdivacky@FreeBSD.org> | 2009-10-14 17:57:32 +0000 |
---|---|---|
committer | rdivacky <rdivacky@FreeBSD.org> | 2009-10-14 17:57:32 +0000 |
commit | cd749a9c07f1de2fb8affde90537efa4bc3e7c54 (patch) | |
tree | b21f6de4e08b89bb7931806bab798fc2a5e3a686 /docs/GettingStartedVS.html | |
parent | 72621d11de5b873f1695f391eb95f0b336c3d2d4 (diff) | |
download | FreeBSD-src-cd749a9c07f1de2fb8affde90537efa4bc3e7c54.zip FreeBSD-src-cd749a9c07f1de2fb8affde90537efa4bc3e7c54.tar.gz |
Update llvm to r84119.
Diffstat (limited to 'docs/GettingStartedVS.html')
-rw-r--r-- | docs/GettingStartedVS.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/GettingStartedVS.html b/docs/GettingStartedVS.html index 809fda0..c002450 100644 --- a/docs/GettingStartedVS.html +++ b/docs/GettingStartedVS.html @@ -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> @@ -411,7 +411,7 @@ out:</p> <a href="mailto:jeffc@jolt-lang.org">Jeff Cohen</a><br> <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br> - Last modified: $Date: 2009-04-03 22:32:13 +0200 (Fri, 03 Apr 2009) $ + Last modified: $Date: 2009-08-05 17:42:44 +0200 (Wed, 05 Aug 2009) $ </address> </body> </html> |