[llvm-commits] [llvm] r39916 - /llvm/trunk/docs/GettingStarted.html
Bill Wendling
isanbard at gmail.com
Mon Jul 16 01:46:40 PDT 2007
Author: void
Date: Mon Jul 16 03:46:40 2007
New Revision: 39916
URL: http://llvm.org/viewvc/llvm-project?rev=39916&view=rev
Log:
Clean up some formatting
Modified:
llvm/trunk/docs/GettingStarted.html
Modified: llvm/trunk/docs/GettingStarted.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStarted.html?rev=39916&r1=39915&r2=39916&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStarted.html (original)
+++ llvm/trunk/docs/GettingStarted.html Mon Jul 16 03:46:40 2007
@@ -1140,10 +1140,9 @@
<p>
If you're running on a Linux system that supports the "<a
- href="http://www.tat.physik.uni-tuebingen.de/~rguenth/linux/binfmt_misc.html">
- binfmt_misc</a>"
+href="http://www.tat.physik.uni-tuebingen.de/~rguenth/linux/binfmt_misc.html">binfmt_misc</a>"
module, and you have root access on the system, you can set your system up to
-execute LLVM bitcode files directly. To do this, use commands like this (the
+execute LLVM bitcode files directly. To do this, use commands like this (the
first command may not be required if you are already using the module):</p>
<div class="doc_code">
More information about the llvm-commits
mailing list