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

Misha Brukman brukman at cs.uiuc.edu
Sat Aug 14 15:13:43 PDT 2004



Changes in directory llvm/docs:

CFEBuildInstrs.html updated: 1.22 -> 1.23
---
Log message:

Use the `tools-only' target to avoid getting warnings about not having a CFE.


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

Index: llvm/docs/CFEBuildInstrs.html
diff -u llvm/docs/CFEBuildInstrs.html:1.22 llvm/docs/CFEBuildInstrs.html:1.23
--- llvm/docs/CFEBuildInstrs.html:1.22	Mon Aug  9 13:37:04 2004
+++ llvm/docs/CFEBuildInstrs.html	Sat Aug 14 17:13:33 2004
@@ -81,11 +81,9 @@
 <pre>
  % cd llvm
  % ./configure [options...]
- % gmake 
+ % gmake tools-only
 </pre>
-    <p>This will build all of the LLVM tools and libraries, but you will see 
-       warnings about missing the C front-end (certain runtime libraries can't
-       be built without it).  Ignore these warnings for now.</p></li>
+    <p>This will build all of the LLVM tools and libraries.</p></li>
 
 <li><p>Add the directory containing the tools to your PATH.</p>
 <pre>
@@ -94,8 +92,7 @@
 
 <li><p>Unpack the C/C++ front-end source into cfrontend/src.</p></li>
 
-<li><p>Make "build" and "install" directories as siblings of the "src"
-       tree.</p>
+<li><p>Make "build" and "install" directories as siblings of the "src" tree.</p>
 <pre>
  % pwd
  /usr/local/example/cfrontend/src
@@ -303,7 +300,7 @@
 
   Brian Gaeke<br>
   <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/08/09 18:37:04 $
+  Last modified: $Date: 2004/08/14 22:13:33 $
 </address>
 
 </body>






More information about the llvm-commits mailing list