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

Reid Spencer reid at x10sys.com
Tue Dec 20 19:46:57 PST 2005



Changes in directory llvm/docs:

GettingStarted.html updated: 1.123 -> 1.124
---
Log message:

Document the new --enable-debug-runtime configure option.


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

 GettingStarted.html |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletion(-)


Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.123 llvm/docs/GettingStarted.html:1.124
--- llvm/docs/GettingStarted.html:1.123	Tue Nov  8 15:11:31 2005
+++ llvm/docs/GettingStarted.html	Tue Dec 20 21:46:45 2005
@@ -811,6 +811,11 @@
     unoptimized build (also known as a debug build).
     <p></p>
   </dd>
+  <dt><i>--enable-debug-runtime</i></dt>
+  <dd>
+    Enables debug symbols in the runtime libraries. The default is to strip
+    debug symbols from the runtime libraries. 
+  </dd>
   <dt><i>--enable-jit</i></dt>
   <dd>
     Compile the Just In Time (JIT) compiler functionality.  This is not
@@ -1541,7 +1546,7 @@
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.x10sys.com/rspencer/">Reid Spencer</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2005/11/08 21:11:31 $
+  Last modified: $Date: 2005/12/21 03:46:45 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list