[llvm-commits] [llvm] r83015 - /llvm/trunk/docs/MakefileGuide.html

Jeffrey Yasskin jyasskin at google.com
Mon Sep 28 14:14:40 PDT 2009


Author: jyasskin
Date: Mon Sep 28 16:14:38 2009
New Revision: 83015

URL: http://llvm.org/viewvc/llvm-project?rev=83015&view=rev
Log:
Forgot to update the documentation in r82906. s/DEBUG_RUNTIME/DEBUG_SYMBOLS/.

Modified:
    llvm/trunk/docs/MakefileGuide.html

Modified: llvm/trunk/docs/MakefileGuide.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/MakefileGuide.html?rev=83015&r1=83014&r2=83015&view=diff

==============================================================================
--- llvm/trunk/docs/MakefileGuide.html (original)
+++ llvm/trunk/docs/MakefileGuide.html Mon Sep 28 16:14:38 2009
@@ -626,7 +626,7 @@
     <dd>If set to any value, causes a bitcode library (.bc) to be built.</dd>
     <dt><a name="CONFIG_FILES"><tt>CONFIG_FILES</tt></a></dt>
     <dd>Specifies a set of configuration files to be installed.</dd>
-    <dt><a name="DEBUG_RUNTIME"><tt>DEBUG_RUNTIME</tt></a></dt>
+    <dt><a name="DEBUG_SYMBOLS"><tt>DEBUG_SYMBOLS</tt></a></dt>
     <dd>If set to any value, causes the build to include debugging
     symbols even in optimized objects, libraries and executables. This
     alters the flags specified to the compilers and linkers. Debugging





More information about the llvm-commits mailing list