[llvm-commits] [hlvm] r38220 - /hlvm/trunk/docs/DevelopersGuide.html

Reid Spencer reid at x10sys.com
Sat Jul 7 17:01:16 PDT 2007


Author: reid
Date: Sat Jul  7 19:01:16 2007
New Revision: 38220

URL: http://llvm.org/viewvc/llvm-project?rev=38220&view=rev
Log:
Document the strip option.

Modified:
    hlvm/trunk/docs/DevelopersGuide.html

Modified: hlvm/trunk/docs/DevelopersGuide.html
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/docs/DevelopersGuide.html?rev=38220&r1=38219&r2=38220&view=diff

==============================================================================
--- hlvm/trunk/docs/DevelopersGuide.html (original)
+++ hlvm/trunk/docs/DevelopersGuide.html Sat Jul  7 19:01:16 2007
@@ -202,6 +202,12 @@
       memory constrained platforms.</td>
     <td>0</td></tr>
   <tr>
+    <td>strip</td>
+    <td>Strip executables of their symbols. This can significantly reduce the
+      size of the executable. Useful for release preparation when trying to
+      minimize the size of a tarball or RPM package.</td>
+    <td>0</td></tr>
+  <tr>
     <td>prefix</td>
     <td>Specify where to install HLVM. This is the root directory of where HLVM
       will be installed when you run <tt>scons install</tt></td>
@@ -227,7 +233,7 @@
     <td>Specify where apr-utils is installed.</td>
     <td>/usr/local/apr</td></tr>
   <tr>
-    <td>with_xml2</td>
+    <td>with_libxml2</td>
     <td>Specify where LibXml2 is installed.</td>
     <td>/usr/local</td></tr>
   <tr>





More information about the llvm-commits mailing list