[llvm-commits] [llvm] r132916 - /llvm/trunk/docs/ProgrammersManual.html
Chris Lattner
sabre at nondot.org
Mon Jun 13 08:59:36 PDT 2011
Author: lattner
Date: Mon Jun 13 10:59:35 2011
New Revision: 132916
URL: http://llvm.org/viewvc/llvm-project?rev=132916&view=rev
Log:
mention graph vis isn't available in Release builds.
Modified:
llvm/trunk/docs/ProgrammersManual.html
Modified: llvm/trunk/docs/ProgrammersManual.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ProgrammersManual.html?rev=132916&r1=132915&r2=132916&view=diff
==============================================================================
--- llvm/trunk/docs/ProgrammersManual.html (original)
+++ llvm/trunk/docs/ProgrammersManual.html Mon Jun 13 10:59:35 2011
@@ -811,6 +811,10 @@
Attributes</a>.) If you want to restart and clear all the current graph
attributes, then you can <tt>call DAG.clearGraphAttrs()</tt>. </p>
+<p>Note that graph visualization features are compiled out of Release builds
+to reduce file size. This means that you need a Debug+Asserts or
+Release+Asserts build to use these features.</p>
+
</div>
</div>
More information about the llvm-commits
mailing list