[llvm-commits] CVS: llvm/docs/CFEBuildInstrs.html
Reid Spencer
reid at x10sys.com
Sat Dec 4 00:13:30 PST 2004
Changes in directory llvm/docs:
CFEBuildInstrs.html updated: 1.31 -> 1.32
---
Log message:
Use the install-bytecode target to install just the bytecode libs into
the CFE's install/bytecode-libs directory.
---
Diffs of the changes: (+2 -2)
Index: llvm/docs/CFEBuildInstrs.html
diff -u llvm/docs/CFEBuildInstrs.html:1.31 llvm/docs/CFEBuildInstrs.html:1.32
--- llvm/docs/CFEBuildInstrs.html:1.31 Wed Dec 1 08:12:30 2004
+++ llvm/docs/CFEBuildInstrs.html Sat Dec 4 02:13:20 2004
@@ -233,7 +233,7 @@
<pre>
% gmake
% mkdir $CFEINSTALL/bytecode-libs
- % gmake -C runtime install
+ % gmake -C runtime install-bytecode
% setenv LLVM_LIB_SEARCH_PATH $CFEINSTALL/bytecode-libs
</pre></li>
@@ -333,7 +333,7 @@
Brian Gaeke<br>
<a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/12/01 14:12:30 $
+ Last modified: $Date: 2004/12/04 08:13:20 $
</address>
</body>
More information about the llvm-commits
mailing list