aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2008-11-28 00:12:09 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2008-11-28 00:12:09 +0000
commit642e9a1a3406e273d1a8fa68433c571a8a9462fd (patch)
tree780f7a6ce3c7c7d6f3763207606aea1e54dbc154 /tools
parent98991c21ad2df20b92dc13366a3688decc0e6768 (diff)
downloadexternal_llvm-642e9a1a3406e273d1a8fa68433c571a8a9462fd.zip
external_llvm-642e9a1a3406e273d1a8fa68433c571a8a9462fd.tar.gz
external_llvm-642e9a1a3406e273d1a8fa68433c571a8a9462fd.tar.bz2
Documentation: clarify what is meant by 'multiple edges'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60197 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/llvmc/doc/LLVMC-Reference.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/llvmc/doc/LLVMC-Reference.rst b/tools/llvmc/doc/LLVMC-Reference.rst
index ab45bc3..2907784 100644
--- a/tools/llvmc/doc/LLVMC-Reference.rst
+++ b/tools/llvmc/doc/LLVMC-Reference.rst
@@ -231,7 +231,8 @@ which gets a special treatment - there you are allowed to specify one
default edge *per language*).
When multiple plugins are loaded, their compilation graphs are merged
-together. Since multiple edges are not allowed, an edge defined in
+together. Since multiple edges that have the same end nodes are not
+allowed (i.e. the graph is not a multigraph), an edge defined in
several plugins will be replaced by the definition from the plugin
that was loaded last. Plugin load order can be controlled by using the
plugin priority feature described above.