[llvm-commits] CVS: llvm/docs/GettingStarted.html

Misha Brukman brukman at cs.uiuc.edu
Tue Jun 22 13:57:01 PDT 2004


Changes in directory llvm/docs:

GettingStarted.html updated: 1.60 -> 1.61

---
Log message:

Mention a note about having gccas and gccld in the path when running llvm-gcc.


---
Diffs of the changes:  (+4 -1)

Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.60 llvm/docs/GettingStarted.html:1.61
--- llvm/docs/GettingStarted.html:1.60	Mon Jun 21 17:52:48 2004
+++ llvm/docs/GettingStarted.html	Tue Jun 22 13:48:58 2004
@@ -1136,6 +1136,9 @@
   <li><p>Next, compile the C file into a LLVM bytecode file:</p>
       <p><tt>% llvmgcc hello.c -o hello</tt></p>
 
+      <p>Note that you should have already built the tools and they have to be
+      in your path, at least <tt>gccas</tt> and <tt>gccld</tt>.</p>
+
       <p>This will create two result files: <tt>hello</tt> and
       <tt>hello.bc</tt>. The <tt>hello.bc</tt> is the LLVM bytecode that
       corresponds the the compiled program and the library facilities that it
@@ -1224,7 +1227,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/06/21 22:52:48 $
+  Last modified: $Date: 2004/06/22 18:48:58 $
 </address>
 
 </body>





More information about the llvm-commits mailing list