aboutsummaryrefslogtreecommitdiffstats
path: root/docs
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
commit83f9467436d9e2198010af329ffac188d7a8702f (patch)
treeb285e68c3bfbf5ac4cbe3682ace736733a6acff7 /docs
parente7fdcad2f2d82c81684cb9962327330786c35107 (diff)
downloadexternal_llvm-83f9467436d9e2198010af329ffac188d7a8702f.zip
external_llvm-83f9467436d9e2198010af329ffac188d7a8702f.tar.gz
external_llvm-83f9467436d9e2198010af329ffac188d7a8702f.tar.bz2
mention graph vis isn't available in Release builds.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132916 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ProgrammersManual.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html
index 060bbb6..3bec325 100644
--- a/docs/ProgrammersManual.html
+++ b/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>