[llvm-commits] CVS: llvm/docs/MakefileGuide.html
Reid Spencer
reid at x10sys.com
Mon Nov 8 09:32:23 PST 2004
Changes in directory llvm/docs:
MakefileGuide.html updated: 1.11 -> 1.12
---
Log message:
Implement and document the TOOL_VERBOSE option that asks each tool invoked
to be verbose about its actions too.
---
Diffs of the changes: (+7 -1)
Index: llvm/docs/MakefileGuide.html
diff -u llvm/docs/MakefileGuide.html:1.11 llvm/docs/MakefileGuide.html:1.12
--- llvm/docs/MakefileGuide.html:1.11 Sun Nov 7 16:42:37 2004
+++ llvm/docs/MakefileGuide.html Mon Nov 8 11:32:12 2004
@@ -563,6 +563,12 @@
<dt><a name="TOOLNAME"><tt>TOOLNAME</tt></a></dt>
<dd>Specifies the name of the tool that the current directory should
build.</dd>
+ <dt><a name="TOOL_VERBOSE"><tt>TOOL_VERBOSE</tt></a></dt>
+ <dd>Implies VERBOSE and also tells each tool invoked to be verbose. This is
+ handy when you're trying to see the sub-tools invoked by each tool invoked
+ by the makefile. For example, this will pass <tt>-v</tt> to the GCC
+ compilers which causes it to print out the command lines it uses to invoke
+ sub-tools (compiler, assembler, linker).</dd>
<dt><a name="USEDLIBS"><tt>USEDLIBS</tt></a></dt>
<dd>Specifies the list of project libraries that will be linked into the
tool or library.</dd>
@@ -847,7 +853,7 @@
<a href="mailto:rspencer at x10sys.com">Reid Spencer</a><br>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/11/07 22:42:37 $
+ Last modified: $Date: 2004/11/08 17:32:12 $
</address>
</body>
More information about the llvm-commits
mailing list