summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ProgrammersManual.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-06-13 15:59:35 +0000
committerChris Lattner <sabre@nondot.org>2011-06-13 15:59:35 +0000
commited58a95c33737ffe52745b3a4c17c8ec0b092402 (patch)
tree8130e2ace723a97be919b7895ea66f8830abebec /llvm/docs/ProgrammersManual.html
parentc970849ea0252181c19a52722f606bc9a1eadd68 (diff)
downloadbcm5719-llvm-ed58a95c33737ffe52745b3a4c17c8ec0b092402.tar.gz
bcm5719-llvm-ed58a95c33737ffe52745b3a4c17c8ec0b092402.zip
mention graph vis isn't available in Release builds.
llvm-svn: 132916
Diffstat (limited to 'llvm/docs/ProgrammersManual.html')
-rw-r--r--llvm/docs/ProgrammersManual.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/ProgrammersManual.html b/llvm/docs/ProgrammersManual.html
index 060bbb6d91b..3bec325d6ce 100644
--- a/llvm/docs/ProgrammersManual.html
+++ b/llvm/docs/ProgrammersManual.html
@@ -811,6 +811,10 @@ found at <a href="http://www.graphviz.org/doc/info/attrs.html">Graph
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>
OpenPOWER on IntegriCloud